public async Task Delete(int id) { await _carinfo.DeleteAsync(id); }
public async Task DeleteAsync(int id) { await _dealerInfo.DeleteAsync(id); }