Exemplo n.º 1
0
 public async Task <List <Guid> > GetPersonListByContacts(List <string> phoneNumbers)
 {
     return(await _authorizationRepository.GetPersonListByContacts(phoneNumbers));
 }