public ChiDinhDichVuController(IErrorService errorService, IChiDinhDichVuService _chiDinhService, IEmployeeService _employeeService) : base(errorService)
 {
     this.chidinhservice  = _chiDinhService;
     this.employeeService = _employeeService;
 }
 public ChiDinhDichVuController(IErrorService errorService, IChiDinhDichVuService _chiDinhService, ApplicationUserManager _userManager) : base(errorService)
 {
     this.chidinhservice = _chiDinhService;
     this.userManager    = _userManager;
 }