コード例 #1
0
 public QuanController(
     IQuanRepository _QuanServ,
     IImgTmpRepository _imgTmpServ,
     IUserRepository _userServ,
     IPermissionRepository _quyenServ,
     IRoleRepository _roleServ)
 {
     this._QuanServ      = _QuanServ;
     this._imgTmpServ    = _imgTmpServ;
     this._userServ      = _userServ;
     this._permisionServ = _quyenServ;
     this._roleServ      = _roleServ;
 }
コード例 #2
0
 public ProductController(
     IProductRepository _ProductServ, IImgTmpRepository _imgTmpServ)
 {
     this._ProductServ = _ProductServ;
     this._imgTmpServ  = _imgTmpServ;
 }
コード例 #3
0
 public DonHangController(IDonHangRepository _DonHangServ, IImgTmpRepository _imgTmpServ)
 {
     this._DonHangServ = _DonHangServ;
     this._imgTmpServ  = _imgTmpServ;
 }
コード例 #4
0
 public BanController(
     IBanRepository _BanServ, IImgTmpRepository _imgTmpServ)
 {
     this._BanServ    = _BanServ;
     this._imgTmpServ = _imgTmpServ;
 }