public EfHesapRepository(BankAppContext context) : base(context) { }
public EfMusteriRepository(BankAppContext context) : base(context) { }
public EfUnitOfWork(BankAppContext _dbContext) { dbContext = _dbContext ?? throw new ArgumentNullException("Db Context can not be null"); }
public EfHavaleRepository(BankAppContext context) : base(context) { }
public EfHaraketlerRepository(BankAppContext context) : base(context) { }