示例#1
0
 internal async void FindPeople(string idCode, string firstname)
 {
     Persons = await _peopleService.FindPeopleAsync(idCode, firstname);
 }