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