Esempio n. 1
0
 public bool ActualizarActs_files(Dominio.Dtos.acts_filesDTO dto)
 {
     try
     {
         return acts_filesQuerys.ActualizarActs_files(dto);
     }
     catch (Exception)
     {
         throw new NotImplementedException();
     }
 }
Esempio n. 2
0
 public bool ActualizarActs_files(Dominio.Dtos.acts_filesDTO dto)
 {
     try
     {
         return(acts_filesLogicaNegocio.ActualizarActs_files(dto));
     }
     catch (Exception ex)
     {
         throw ManejoErrores.Handlers.Handlers.ErrorServicios(ex);
     }
 }