Пример #1
0
 public static QA_CommentBll GetInstance()
 {
     if (_instance == null)
     {
         _instance = new QA_CommentBll();
     }
     return _instance;
 }
Пример #2
0
 public static QA_CommentBll GetInstance()
 {
     if (_instance == null)
     {
         _instance = new QA_CommentBll();
     }
     return(_instance);
 }