예제 #1
0
 //拿到所有的客户服务记录
 public List <UserDoctorList> selectUserDoctorList()
 {
     return(Dal.selectUserDoctorList());
 }