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