Esempio n. 1
0
 public Task CreateUserAsync(string email, string password)
 {
     return(_emailAuth.CreateUserAsync(email, password));
 }