Example #1
0
 public async Task <Dealer> GetDealerByIdAsync(int dealerId)
 {
     return(await _dealerRepository.GetDealerByIdAsync(dealerId));
 }