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