public async Task <IActionResult> DeleteAsync(int id) { var result = await _receiptRepository.DeleteAsync(id); return(Ok(result)); }