Ejemplo n.º 1
0
 public DataTable GetDeptDetails()
 {
     objSecureMedicalRecordDAL = new DAL.SecureMedicalRecordDAL();
     return(objSecureMedicalRecordDAL.GetDeptDetails());
 }