Ejemplo n.º 1
0
 public bool OrderIsAlreadyRegistered(OrderRow order)
 {
     return(_utils.OrderIsAlreadyRegistered(order));
 }