コード例 #1
0
ファイル: PedidosService.cs プロジェクト: jmlansky/pediMe
 public Pedido GetPedidoCompleto(int idPedido, int idSucursal)
 {
     return(pedidosRepository.GetPedidoCompleto(idPedido, idSucursal));
 }