コード例 #1
0
ファイル: SellerAppService.cs プロジェクト: rafaellsma/kifome
 public void DeleteWithdrawal(int id)
 {
     sellerService.DeleteWithdrawal(id);
 }