Exemplo n.º 1
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 PhysicianLicenseController()
 {
     _physicianLicenseService = new PhysicianLicenseService();
     _lookupService           = new LookupService();
     _uclService = new UCLService();
 }