Example #1
0
 public void RegisterUser(string email, string password, string username)
 {
     registerContext.Register(email, password, username);
 }