Ejemplo n.º 1
0
 public Resultado <List <Entity> > GetAll()
 {
     return(dao.GetAll());
 }
Ejemplo n.º 2
0
 /// <summary>
 /// 获取所有的实体
 /// </summary>
 /// <typeparam name="T"></typeparam>
 /// <returns></returns>
 public List <T> GetAll()
 {
     return(_iBaseManager.GetAll());
 }