public GenericRepository(HomesDbContext context) { this.context = context; this.Context = this.context; this.DbSet = this.Context.Set <T>(); }
public UowData(HomesDbContext context) { this.context = context; }