Example #1
0
 public bool IsOrderExist(Order order)
 {
     return(_orderRepository.IsOrderExist(order));
 }