コード例 #1
0
 private async Task <bool> SaleExists(int id)
 {
     return(await saleRepository.ExistAsync(id));
 }