Beispiel #1
0
 public async Task <List <LeadDto> > GetAllLead()
 {
     return(await _leadRepository.GetAllLead());
 }