Exemplo n.º 1
0
 public AlarmController()
 {
     _userLogService       = new AspNetUsersLogService();
     _userPassResetService = new AspNetUsersPasswordResetService();
     _alarmService         = new AlarmService();
     _alarmTuneService     = new AlarmTuneService();
     _user_Alarm_Setting   = new user_alarm_setting();
 }
 public AdminController()
 {
     _adminService              = new AdminService();
     _physicianService          = new PhysicianService();
     _physicianStatus           = new PhysicianStatusService();
     _physicianStatusLogService = new PhysicianStatusLogService();
     _userLogService            = new AspNetUsersLogService();
     _alarmTuneService          = new AlarmTuneService();
     _userVerificationService   = new UserVerificationService();
 }
Exemplo n.º 3
0
 public UserProfileController()
 {
     _adminService              = new AdminService();
     _physicianService          = new PhysicianService();
     _physicianStatus           = new PhysicianStatusService();
     _physicianStatusLogService = new PhysicianStatusLogService();
     _userLogService            = new AspNetUsersLogService();
     _physicianLicenseService   = new PhysicianLicenseService();
     _facilityPhysicianService  = new FacilityPhysicianService();
     _UserProfileService        = new UserProfileServices();
 }
 public ManageController()
 {
     _userLogService = new AspNetUsersLogService();
 }