コード例 #1
0
ファイル: Logic.cs プロジェクト: shadyObeed/Sadna
 public Dictionary <string, Product> GetInventory()
 {
     return(InventoryLogic.GetInventory());
 }