コード例 #1
0
ファイル: ItemsController.cs プロジェクト: Beren1h/Insight
 public bool AddItem(Item item)
 {
     return(_mongoContext.AddItem(item));
 }