public void Delete(int id) { _repository.Delete(id); }
public Usuario Delete(long id) { return(usuariosRepository.Delete(id)); }