Ejemplo n.º 1
0
 public static bool SaveOrgCaseRegType(List <ATTOrgCaseRegistrationType> lstOrgCaseRegType)
 {
     try
     {
         return(DLLOrgCaseRegistrationType.SaveOrgCaseRegType(lstOrgCaseRegType));
     }
     catch (Exception ex)
     {
         throw ex;
     }
 }