コード例 #1
0
 public static bool ProcesoBorrarPedido(string nombre, int cedula)
 {
     return(RepositorioPedido.BorrarPedido(nombre, cedula));
 }