Example #1
0
 public REL_Article_ChartDal GetInstance()
 {
     if (_instance == null)
     {
         _instance = new REL_Article_ChartDal();
     }
     return(_instance);
 }
Example #2
0
 public REL_Article_ChartDal GetInstance()
 {
     if (_instance == null)
     { _instance = new REL_Article_ChartDal(); }
     return _instance;
 }