offer service
This commit is contained in:
parent
ec725f8e4e
commit
bf0775ba31
2 changed files with 24 additions and 19 deletions
|
|
@ -45,7 +45,10 @@ class ServicesProvider {
|
|||
const ProfileServiceProvider = require('../services/profileService');
|
||||
const profileService = new ProfileServiceProvider({ models }).provide();
|
||||
const OfferServiceProvider = require('../services/offerService');
|
||||
const offerService = new OfferServiceProvider().provide();
|
||||
const offerService = new OfferServiceProvider({
|
||||
models,
|
||||
errors,
|
||||
}).provide();
|
||||
|
||||
return {
|
||||
invitesService,
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue