コード例 #1
0
ファイル: Repo.cs プロジェクト: jacobnewby/CSharpFundamentals
 public void AddToList(ProductContent content)
 {
     _productList.Add(content);
 }