public HoadonController(IHoadonService hoadonService, IUserService userService, ICthdService cthdService, ICtGiohangService ctGiohangService, ISanphamService sanphamService) { _hoadonService = hoadonService; _userService = userService; _cthdService = cthdService; _ctGiohangService = ctGiohangService; _sanphamService = sanphamService; }
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; }