public Repository(DevolupmentContext context) { Db = context; DbSet = Db.Set <TEntity>(); }
public UnitOfWork(DevolupmentContext context) { _context = context; }
public CustomerRepository(DevolupmentContext context) : base(context) { }