Пример #1
0
 public EventLog Arquivar(int id)
 {
     try
     {
         return(_eventlogRepository.Archive(id));
     }
     catch (Exception e)
     {
         throw e;
     }
 }