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