Пример #1
0
 public Repository(RodriguezModel db)
 {
     _db        = db;
     this.table = _db.Set <T>();
 }