Exemplo n.º 1
0
 public UserProvider(string name, UserRepository repository)
 {
     userIdentity = new UserIndentity();
     userIdentity.Init(name, repository);
 }
Exemplo n.º 2
0
 public UserProvider(string name, UserRepository repository)
 {
     userIdentity = new UserIndentity();
     userIdentity.Init(name, repository);
 }