public CoSoThuYController(IErrorService errorService, ICoSoThuYService coSoThuYService, ITaiKhoanService taiKhoanService, IGioiThieuService gioiThieuService) : base(errorService) { _coSoThuYService = coSoThuYService; _taiKhoanService = taiKhoanService; _gioiThieuService = gioiThieuService; }
public TaiKhoanController(IErrorService errorService, ITaiKhoanService taiKhoanService, INguoiDungService nguoiDungService, ICoSoThuYService coSoThuYService, IShopService shopService) : base(errorService) { _taiKhoanService = taiKhoanService; _nguoiDungService = nguoiDungService; _coSoThuYService = coSoThuYService; _shopService = shopService; }