Ejemplo n.º 1
0
 private async Task <bool> SalespersonExists(int id)
 {
     return(await _salespeople.Exists(id));
 }
Ejemplo n.º 2
0
 private async Task <bool> SalespersonExists(int id)
 {
     return(await _salespersonRepository.Exists(id));
 }