Пример #1
0
 public bool AddItem(Item item)
 {
     return(_mongoContext.AddItem(item));
 }