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