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