示例#1
0
 public string AddPatientInfo(PatientModel patien, int state)
 {
     return(service.AddPatientInfo(patien, state));
 }