Пример #1
0
 public bool CheckOrderExist(long orderId)
 {
     return(orderDataAccess.CheckOrderExist(orderId));
 }