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