Beispiel #1
0
 public Repository(FDProductManagementContext context)
 {
     Db    = context;
     DbSet = Db.Set <TEntity>();
 }