Пример #1
0
 public Venda ListarUm(int idVenda)
 {
     return(_vendaRepositorio.ListarUm(idVenda));
 }