コード例 #1
0
 public static CMS_ArticleBll GetInstance()
 {
     if (_instance == null)
     {
         _instance = new CMS_ArticleBll();
     }
     return(_instance);
 }
コード例 #2
0
ファイル: CMS_ArticleBll.cs プロジェクト: Kjubo/luckysign
 public static CMS_ArticleBll GetInstance()
 {
     if (_instance == null)
     {
         _instance = new CMS_ArticleBll();
     }
     return _instance;
 }