コード例 #1
0
 //Deletes the Item with the given id
 //Returns null if unsuccessful
 public Item DeleteItem(int id)
 {
     return(_itemsAccessor.Delete(id));
 }