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