Exemplo n.º 1
0
 public List <Client> GetAll()//根据评价读取数据库中的数据
 {
     return(dal.GetAll().Count > 0 ? dal.GetAll() : null);
 }