コード例 #1
0
ファイル: WalletService.cs プロジェクト: tgilkrog/Portfolio
 public Wallet GetWallet(int id)
 {
     return(wCtr.GetWallet(id));
 }