コード例 #1
0
 public System.Collections.Generic.IList <ChroniGenNHibernate.EN.Chroni.PatientEN> GetPatientsByBirthInterval_Location(Nullable <DateTime> p_birthDateFrom, Nullable <DateTime> p_birthDateTo, int p_location)
 {
     return(_IPatientCAD.GetPatientsByBirthInterval_Location(p_birthDateFrom, p_birthDateTo, p_location));
 }