コード例 #1
0
 public bool PurchaseItemExists(long id)
 {
     return(repository.PurchaseItemExists(id));
 }