コード例 #1
0
 public int GetItemsRating(Item item)
 {
     return(itemtDataAccess.GetItemsRating(item));
 }