Ejemplo n.º 1
0
 public List <PatientRegistrationLookup> GetPatientByPtn_Pk(int ptn_pk)
 {
     try
     {
         return(_mgr.GetPatientByPtn_Pk(ptn_pk));
     }
     catch (Exception e)
     {
         throw e;
     }
 }