Esempio n. 1
0
 public ThuCungController(IErrorService errorService, IThuCungService thuCungService, ITinhTrangService tinhTrangService, ICanNangService canNangService)
     : base(errorService)
 {
     _thuCungService   = thuCungService;
     _canNangService   = canNangService;
     _tinhTrangService = tinhTrangService;
 }
Esempio n. 2
0
 public CanNangController(IErrorService errorService, ICanNangService canNangService)
     : base(errorService)
 {
     _canNangService = canNangService;
 }