예제 #1
0
 public PriceQuotationController()
 {
     this.emailHistoryService   = new CRMEmailHistoryService();
     this.priceQuotationService = new CRMPriceQuotationService();
     this.usersServices         = new UsersServicesImpl();
     crmCustomerService         = new CRMCustomerService();
     priceStatusService         = new CRMPriceStatusService();
 }
예제 #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();
 }