Beispiel #1
0
 public IQueryable <T> GetAllEntities()
 {
     return(CurrentDal.GetAllEntities());
 }