예제 #1
0
 public async Task <AddressBook> GetAddressBookAsync(int page = 0, int pageSize = 5) => await _addressBookRepository.GetContactsAsync(page);