コード例 #1
0
ファイル: TaxesService.cs プロジェクト: tomas-drasutis/TaxApp
 public async Task Delete(Guid id)
 {
     await _taxesRepository.Delete(id);
 }