Пример #1
0
 public Pedido FindById(int?id)
 {
     return(repositorioPedido.FindById(id));
 }