Exemple #1
0
 public Orders GetOrder(string orderNo, int memberId)
 {
     return(ordersDao.GetOrder(orderNo, memberId).FirstOrDefault());
 }