예제 #1
0
 public int GetCountByShopId(int shopid)
 {
     return(OrdersDAL.GetCountByShopId(shopid));
 }