Exemple #1
0
 public Clientepedido DeleteClientePedido(int id)
 {
     return(clientePedidoService.DeleteClientePedido(id));
 }