Example #1
0
 public int RemoveItem(Item item)
 {
     return(itemtDataAccess.RemoveItem(item));
 }