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