コード例 #1
0
 public System.Collections.Generic.IList <ChroniGenNHibernate.EN.Chroni.PatientEN> GetPatientsByPhone(string p_phone)
 {
     return(_IPatientCAD.GetPatientsByPhone(p_phone));
 }