コード例 #1
0
ファイル: BillService.cs プロジェクト: hanphuoclam/CFManager
 public void DeleteBillById_S(int id)
 {
     _repository.DeleteBillById(id);
 }