コード例 #1
0
 public List <Domain.PatientQuestion> GetVisit1Screen5(int patientID)
 {
     return(visRepos.GetVisit1Screen5(patientID));
 }