Пример #1
0
 public List<ScrapbookItem> GetScrapbookItemsForUser(string userID)
 {
     ScrapbookGateway gateway = new ScrapbookGateway();
     return gateway.GetScrapbookItemsForUser(userID);
 }