Beispiel #1
0
 public CRMContactsController(ICRMContactRepository crmContactRepository,
                              ICRMAccountRepository crmAccountRepository,
                              IUnitOfWork unitOfWork,
                              ICRMContactService crmContactService)
 {
     _crmContactRepository = crmContactRepository;
     _crmAccountRepository = crmAccountRepository;
     _unitOfWork           = unitOfWork;
     _crmContactService    = crmContactService;
 }
Beispiel #2
0
 public CRMReportController()
 {
     programService               = new CRMPLanProgramService();
     planMonthService             = new CRMPlanMonthService();
     planSaleService              = new CRMPLanSaleService();
     planProgMonthServics         = new CRMPlanProgMonthServics();
     usersServices                = new UsersServicesImpl();
     crmCustomerService           = new CRMCustomerService();
     customerServices             = new CustomerServices();
     crmContactService            = new CRMContactService();
     priceQuotationService        = new CRMPriceQuotationService();
     eventService                 = new CRMEventService();
     agentService                 = new AgentService();
     crmStatusService             = new CRMStatusService();
     evetypeServiceevetypeService = new CRMEvetypeService();
 }