public PhieuSangLocController(IErrorService errorService, IPhieuSangLocService _phieuSangLocService, IPatientService _patientService, IDonViCoSoService _donViCoSoService, ApplicationUserManager _userManager) : base(errorService) { this.phieuSangLocService = _phieuSangLocService; this.donViCoSoService = _donViCoSoService; this.patientService = _patientService; this.userManager = _userManager; }
public PatientController(IErrorService errorService, IPhieuSangLocService _phieuSangLocService, IPatientService _patientService) : base(errorService) { phieuSangLocService = _phieuSangLocService; patientService = _patientService; }