Ejemplo n.º 1
0
 protected override void Initialize(RequestContext requestContext)
 {
     base.Initialize(requestContext);
     documentService    = new CRMDocumentService();
     crmCustomerService = new CRMCustomerService();
     fileService        = new ServerFileService();
     usersServices      = new UsersServicesImpl();
 }
Ejemplo n.º 2
0
 public CRMEventController()
 {
     eventService       = new CRMEventService();
     scheduleServiec    = new CRMScheduleServiec();
     evetypeService     = new CRMEvetypeService();
     fileService        = new ServerFileService();
     crmCustomerService = new CRMCustomerService();
     usersServices      = new UsersServicesImpl();
     followEventService = new CRMUserFollowEventService();
 }