Beispiel #1
0
 public Client SelectClient2(int id)//根据id查询该用户的所有信息
 {
     return(dal.SelectClientInfo2(id));
 }