profile service
This commit is contained in:
parent
42fea55233
commit
ec725f8e4e
4 changed files with 16 additions and 18 deletions
|
|
@ -43,7 +43,7 @@ class ServicesProvider {
|
|||
}).provide();
|
||||
|
||||
const ProfileServiceProvider = require('../services/profileService');
|
||||
const profileService = new ProfileServiceProvider().provide();
|
||||
const profileService = new ProfileServiceProvider({ models }).provide();
|
||||
const OfferServiceProvider = require('../services/offerService');
|
||||
const offerService = new OfferServiceProvider().provide();
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue