示例#1
0
 public async Task Add(Dictionary <string, string> ss)
 {
     await _sc.AddressAsync(new AddressIndirection {
         CustomerId = CustomerId,
         Customer   = new Customer(),
         Address    = ss[nameof(AddressIndirection.Address)]
     });
 }