コード例 #1
0
 public static AuthorizationsCore GetInstance()
 {
     if (instance == null)
     {
         instance = new AuthorizationsCore();
     }
     return(instance);
 }
コード例 #2
0
 public static AuthorizationsCore GetInstance()
 {
     if (instance == null)
     {
         instance = new AuthorizationsCore();
     }
     return instance;
 }