Beispiel #1
0
 public DanhGiaChatLuongController(IErrorService errorService, IDanhGiaChatLuongService _danhGiaChatLuongService, IChiTietDanhGiaChatLuongService _ctDanhGiaChatLuongService, ApplicationUserManager _userManager) : base(errorService)
 {
     this.danhGiaChatLuongService   = _danhGiaChatLuongService;
     this.ctDanhGiaChatLuongService = _ctDanhGiaChatLuongService;
     this.userManager = _userManager;
 }
Beispiel #2
0
 public DanhGiaChatLuongController(IErrorService errorService, IDanhGiaChatLuongService _danhGiaChatLuongService) : base(errorService)
 {
     this.danhGiaChatLuongService = _danhGiaChatLuongService;
 }