public async Task <IActionResult> DeleteAsync(int id) { // Act. await _inquiryRepository.DeleteAsync(id); // Return. return(NoContent()); }