예제 #1
0
 public virtual List <TEntity> FindAll()
 {
     return(Func(v => EFHelper.FindAll <TEntity>(v).ToList()));
 }