Exemplo n.º 1
0
 public CRMEventController()
 {
     eventService       = new CRMEventService();
     scheduleServiec    = new CRMScheduleServiec();
     evetypeService     = new CRMEvetypeService();
     fileService        = new ServerFileService();
     crmCustomerService = new CRMCustomerService();
     usersServices      = new UsersServicesImpl();
     followEventService = new CRMUserFollowEventService();
 }
Exemplo n.º 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();
 }