Example #1
0
 public static ConfigServiceImpl GetInstance()
 {
     if (INSTANCE == null)
     {
         INSTANCE = new ConfigServiceImpl();
     }
     return(INSTANCE);
 }
Example #2
0
 public static ConfigServiceImpl GetInstance()
 {
     if (INSTANCE == null )
     {
         INSTANCE = new ConfigServiceImpl();
     }
     return INSTANCE;
 }