예제 #1
0
 private async Task <bool> SalespersonExists(int id)
 {
     return(await _salespeople.Exists(id));
 }
예제 #2
0
 private async Task <bool> SalespersonExists(int id)
 {
     return(await _salespersonRepository.Exists(id));
 }