Ejemplo n.º 1
0
 public FATE_ChartDal GetInstance()
 {
     if (_instance == null)
     {
         _instance = new FATE_ChartDal();
     }
     return(_instance);
 }
Ejemplo n.º 2
0
 public FATE_ChartDal GetInstance()
 {
     if (_instance == null)
     { _instance = new FATE_ChartDal(); }
     return _instance;
 }