Пример #1
0
 public RepositoryCrud()
 {
     db    = new medicalEntities();
     table = db.Set <T>();
 }