Exemplo n.º 1
0
 public ChiCucController(IErrorService errorService, IDanhMucChiCucService _chiCucService, ITrungTamService _trungTamService, ApplicationUserManager _userManager)
     : base(errorService)
 {
     this.chiCucService   = _chiCucService;
     this.trungTamService = _trungTamService;
     this.userManager     = _userManager;
 }
Exemplo n.º 2
0
 public DonViCoSoController(IErrorService errorService, IDonViCoSoService _donViCoSoService, IDanhMucChiCucService _chiCucService, ApplicationUserManager _userManager, IGoiDichVuDVCSService _goidvtheodvcsService, IGoiDichVuTheoTrungTamService _goidctheotrungtamService) : base(errorService)
 {
     this.donViCoSoService         = _donViCoSoService;
     this.chiCucService            = _chiCucService;
     this.userManager              = _userManager;
     this.goidvtheodvcsService     = _goidvtheodvcsService;
     this.goidvtheotrungtamService = _goidctheotrungtamService;
 }
Exemplo n.º 3
0
 public ChiCucController(IErrorService errorService, IDanhMucChiCucService _chiCucService, ITrungTamService _trungTamService)
     : base(errorService)
 {
     this.chiCucService   = _chiCucService;
     this.trungTamService = _trungTamService;
 }
Exemplo n.º 4
0
 public DonViCoSoController(IErrorService errorService, IDonViCoSoService _donViCoSoService, IDanhMucChiCucService _chiCucService) : base(errorService)
 {
     this.donViCoSoService = _donViCoSoService;
     this.chiCucService    = _chiCucService;
 }