Beispiel #1
0
 public int GetOrderEnabled(int orderId)
 {
     return(ordersDao.GetOrderEnabled(orderId));
 }