Exemplo n.º 1
0
 public IdentityGenerator GetInstance()
 {
     if (ig == null)
         ig = new IdentityGenerator();
     return ig;
 }