コード例 #1
0
ファイル: ItemBizLog.cs プロジェクト: tvl20/LivePerformance
 public List <Ingredient> GetIngredienten()
 {
     return(repo.GetIngredienten());
 }