コード例 #1
0
 public IEnumerable <Venda> BuscarPorPedido(int Id)
 {
     return(_vendaRepository.BuscarPorPedido(Id));
 }