Ejemplo n.º 1
0
 public bool Deletar(int ID)
 {
     try
     {
         return(_eventlogRepository.Delete(ID));
     }
     catch (Exception e)
     {
         throw e;
     }
 }