示例#1
0
 public async Task <List <AddressInfo> > GetAddressesAsync(int clientLegalPersonId, string description)
 {
     return(await _stringProcessor.GetAddressesAsync(clientLegalPersonId, description));
 }