コード例 #1
0
 public System.Collections.Generic.IList <ChroniGenNHibernate.EN.Chroni.PatientEN> GetPatientsByActive_Location(bool?p_active, int p_location)
 {
     return(_IPatientCAD.GetPatientsByActive_Location(p_active, p_location));
 }