Beispiel #1
0
 public System.Threading.Tasks.Task <bool> RegisterUserAsync(ModelLibrary.Customer customer, string passwordHashed)
 {
     return(base.Channel.RegisterUserAsync(customer, passwordHashed));
 }
Beispiel #2
0
 public bool RegisterUser(ModelLibrary.Customer customer, string passwordHashed)
 {
     return(base.Channel.RegisterUser(customer, passwordHashed));
 }