コード例 #1
0
 public CRMPlanController()
 {
     programService       = new CRMPLanProgramService();
     planMonthService     = new CRMPlanMonthService();
     planSaleService      = new CRMPLanSaleService();
     planProgMonthServics = new CRMPlanProgMonthServics();
     usersServices        = new UsersServicesImpl();
 }
コード例 #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();
 }