コード例 #1
0
ファイル: UserService.cs プロジェクト: js-vivek/PeopleEmp
 public Wallet CreditWallet(Wallet wallet)
 {
     throw new NotImplementedException();
 }
コード例 #2
0
ファイル: UserService.cs プロジェクト: js-vivek/PeopleEmp
 public Wallet DebitFromWallet(Wallet wallet)
 {
     throw new NotImplementedException();
 }
コード例 #3
0
ファイル: UserService.cs プロジェクト: js-vivek/PeopleEmp
 public Wallet ConfigureWallet(Wallet wallet)
 {
     throw new NotImplementedException();
 }