public bool Delete(int id) { return(sedeRepository.Delete(id)); }
public void Delete(Sede entity) { sedeRepository.Delete(entity); }