コード例 #1
0
 public BasketDTO GetBasket2(int id)
 {
     return(_basketDal.GetBasketById2(id));
 }