Beispiel #1
0
 public async Task <LeadDto> GetDetailAsync(int id)
 {
     return(await _leadRepository.GetDetailAsync(id));
 }