コード例 #1
0
ファイル: HoadonController.cs プロジェクト: haluha1/TMDT
 public HoadonController(IHoadonService hoadonService, IUserService userService, ICthdService cthdService, ICtGiohangService ctGiohangService, ISanphamService sanphamService)
 {
     _hoadonService    = hoadonService;
     _userService      = userService;
     _cthdService      = cthdService;
     _ctGiohangService = ctGiohangService;
     _sanphamService   = sanphamService;
 }
コード例 #2
0
ファイル: WebmasterController.cs プロジェクト: haluha1/TMDT
 public WebmasterController(IHoadonService hoadonService, IUserService userService, ICthdService cthdService, ICtGiohangService ctGiohangService, ISanphamService sanphamService, IHoadonmuatinService hoadonmuatinService, IFunctionService functionService)
 {
     _hoadonService       = hoadonService;
     _userService         = userService;
     _cthdService         = cthdService;
     _ctGiohangService    = ctGiohangService;
     _sanphamService      = sanphamService;
     _hoadonmuatinService = hoadonmuatinService;
     _functionService     = functionService;
 }