Beispiel #1
0
 public async Task <Address> CreateBuyerAddress(string buyerID, [FromBody] Address address) =>
 await _command.CreateBuyerAddress(buyerID, address, VerifiedUserContext);