public PhieuHenKhamService(IPhieuHenKhamRepository phieuHenKhamRepository, IUnitOfWork unitOfWork, ITaiKhoanService taiKhoanService, INguoiDungService nguoiDungService) { _phieuHenKhamRepository = phieuHenKhamRepository; _unitOfWork = unitOfWork; _taiKhoanService = taiKhoanService; _nguoiDungService = nguoiDungService; }
public CoSoThuYController(IErrorService errorService, ICoSoThuYService coSoThuYService, ITaiKhoanService taiKhoanService, IGioiThieuService gioiThieuService) : base(errorService) { _coSoThuYService = coSoThuYService; _taiKhoanService = taiKhoanService; _gioiThieuService = gioiThieuService; }
public TaoTaiKhoan() { InitializeComponent(); service = new TaiKhoanService(); LoadData(); ResetControls(); }
public TaiKhoanController(IErrorService errorService, ITaiKhoanService taiKhoanService, INguoiDungService nguoiDungService, ICoSoThuYService coSoThuYService, IShopService shopService) : base(errorService) { _taiKhoanService = taiKhoanService; _nguoiDungService = nguoiDungService; _coSoThuYService = coSoThuYService; _shopService = shopService; }
public HoaDonController( IErrorService errorService, IHoaDonService hoaDonService, IChiTietHoaDonService chiTietHoaDonService, ISanPhamService sanPhamService, INguoiDungService nguoiDungService, ITaiKhoanService taiKhoanService ) : base(errorService) { _hoaDonService = hoaDonService; _chiTietHoaDonService = chiTietHoaDonService; _sanPhamService = sanPhamService; _nguoiDungService = nguoiDungService; _taiKhoanService = taiKhoanService; }
public EditModel(ITaiKhoanService TaiKhoanService) { _TaiKhoanService = TaiKhoanService; }
public DeleteModel(ITaiKhoanService TaiKhoanService) { _TaiKhoanService = TaiKhoanService; }
public TaiKhoanController() { _taiKhoanService = new TaiKhoanService(); }
public NguoiDungController(IErrorService errorService, INguoiDungService nguoiDungService, ITaiKhoanService taiKhoanService) : base(errorService) { _nguoiDungService = nguoiDungService; _taiKhoanService = taiKhoanService; }
public IndexModel(ITaiKhoanService TaiKhoanService) { _TaiKhoanService = TaiKhoanService; }
public CreateModel(ITaiKhoanService TaiKhoanService) { _TaiKhoanService = TaiKhoanService; }
public TaiKhoanController(ITaiKhoanService taiKhoanService) { _taiKhoanService = taiKhoanService; }
public ShopController(IErrorService errorService, IShopService shopService, ITaiKhoanService taiKhoanService) : base(errorService) { _shopService = shopService; _taiKhoanService = taiKhoanService; }