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