示例#1
0
		protected GenericQueryBase(ITestDataContext ds)
		{
			m_ds = new IdlPatientSource(ds);
		}
示例#2
0
 protected GenericQueryBase(ITestDataContext ds)
 {
     m_ds = new IdlPatientSource(ds);
 }