Ejemplo n.º 1
0
 public Account CreateAccount(string name, string password)
 {
     return(new Account(_identityGenerator.GetNextIdentity(), name, password));
 }