Beispiel #1
0
 public virtual IEnumerable <TEntity> GetAll()
 {
     return(service.All());
 }