Exemplo n.º 1
0
 public UserAccount CreateAccount(UserAccount userAccount)
 {
     _userStore.CreateAccount(userAccount);
     return(userAccount);
 }