示例#1
0
 public Sala Obter(int id)
 {
     return(_salaRepositorio.Obter(id));
 }