Example #1
0
 public Int32 ValidateCreate(CONFIGURACAO item)
 {
     try
     {
         // Persiste
         Int32 volta = _baseService.Create(item);
         return(volta);
     }
     catch (Exception ex)
     {
         throw;
     }
 }