Exemple #1
0
 public BaseRepository()
 {
     Context    = new AcademyContext();
     Collection = Context.Set <T>();
 }