Beispiel #1
0
 public List <OPDHistoryModel> GetHistoryByPatientId(Guid?id)
 {
     try
     {
         OPDHistory entity = new OPDHistory();
         return(entity.GetHistoryByPatientId(id));
     }
     catch (Exception ex)
     {
         throw ex;
     }
 }