Exemple #1
0
 public Repository()
 {
     db   = new EdumarkDBContext();
     data = db.Set <T>();
 }