예제 #1
0
 public IEnumerable <Sala> ObterTudo()
 {
     return(_salaRepositorio.ObterTudo());
 }