Exemple #1
0
 public static async Task DeleteCustomerAddress(AddressDto address, CustomerDto customer)
 {
     await customer.DeleteAddress(address.Id).GetValueAsync();
 }