Ejemplo n.º 1
0
 public Customer CreateCustomer(string firstName, string lastname)
 {
     return(_hexController.Register(lastname, firstName));
 }