Beispiel #1
0
 public async Task <IEnumerable <AddressType> > GetAllAddressTypeAsync() => _addressTypeEntityService.Map(await _listRepository.GetAllAddressTypesAsync());