Exemplo n.º 1
0
 /// <summary>
 /// 查询全部
 /// </summary>
 public List <Paper> SelectAll()
 {
     return(dal.SelectAll());
 }