Пример #1
0
 public bool TryDeleteScrapbookItem(Guid itemID, string userID)
 {
     ScrapbookGateway gateway = new ScrapbookGateway();
     return gateway.DeleteScrapbookItem(itemID, userID);
 }