Beispiel #1
0
 public Servico BuscarPorId(int id)
 {
     return(_servicoRepositorio.Buscar(id));
 }