Example #1
0
 public LuatHocTapController(IErrorService errorService, ILuatService luatService) : base(errorService)
 {
     this._luatService = luatService;
 }
Example #2
0
 public LuatPhongDaoTaoController(IErrorService errorService, ILuatService luatService) : base(errorService)
 {
     this._luatService = luatService;
 }
 public LuatXetTuyenController(IErrorService errorService, ILuatService luatService) : base(errorService)
 {
     this._luatService = luatService;
 }