Пример #1
0
 //拿到所有的客户的信息
 public List <ClientMdicalIformation> SelectClientMdicalIformation()
 {
     return(Dal.SelectClientMdicalIformation());
 }