Esempio n. 1
0
 public CommunicationRequestAppJobService(ICommunicationRequestJobQueries communicationRequestJobQueries, IGenericCommandRepository genericCommandRepository,
                                          INotificationJobAppService notificationJobAppService)
 {
     _communicationRequestJobQueries = communicationRequestJobQueries;
     _genericCommandRepository       = genericCommandRepository;
     _notificationJobAppService      = notificationJobAppService;
 }
Esempio n. 2
0
 public TenderAppJobService(IIDMJobQueries iDMJobQueries, IQuantityTemplatesProxy quantityTemplatesProxy, ITenderJobQueries tenderQueries, IGenericCommandRepository genericCommandRepository,
                            ISRMFrameworkAgreementManageProxy sRMFrameworkAgreementManageProxy, INotificationJobAppService notificationJobAppService)
 {
     _templatesProxy                   = quantityTemplatesProxy;
     _tenderQueries                    = tenderQueries;
     _genericCommandRepository         = genericCommandRepository;
     _sRMFrameworkAgreementManageProxy = sRMFrameworkAgreementManageProxy;
     _notificationJobAppService        = notificationJobAppService;
     _idmjobqueries                    = iDMJobQueries;
 }
 public NegotiationJobAppService(INegotiationJobQueries negotiationQueries, INotificationJobAppService INotificationJobAppService)
 {
     _negotiationQueries         = negotiationQueries;
     _INotificationJobAppService = INotificationJobAppService;
 }