public Authentication()
 {
     functions = new BaseFunctions();
 }
示例#2
0
 public IdentityService()
 {
     functions = new BaseFunctions();
 }