コード例 #1
0
 public Customer CreateCustomer(string firstName, string lastname)
 {
     return(_hexController.Register(lastname, firstName));
 }