Beispiel #1
0
 public TinTuyenDungController(ITinTuyenDungService tinTuyenDungService, INganhNgheService nganhNgheService,
                               ITinhService tinhService)
 {
     this._tinTuyenDungService = tinTuyenDungService;
     this._nganhNgheService    = nganhNgheService;
     this._tinhService         = tinhService;
 }
 public NganhNgheController(IErrorService errorService, INganhNgheService nganhNgheService)
     : base(errorService)
 {
     _nganhNgheService = nganhNgheService;
 }