Exemplo n.º 1
0
 public bool ActualizarActs_files(Dominio.Dtos.acts_filesDTO dto)
 {
     try
     {
         return acts_filesQuerys.ActualizarActs_files(dto);
     }
     catch (Exception)
     {
         throw new NotImplementedException();
     }
 }
Exemplo 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);
     }
 }