Beispiel #1
0
 public bool UpdateStatus(List <OPDHistoryModel> model, OPD_STATUS status)
 {
     try
     {
         OPDHistory entity = new OPDHistory();
         return(entity.UpdateStatus(model, status.ToString()));
     }
     catch (Exception ex)
     {
         throw ex;
     }
 }