Beispiel #1
0
 public Customer GetCustomer(Guid customerId)
 {
     return(new Customer(_customerAccess.LoadCustomer(customerId)));
 }