Exemple #1
0
 public static FATE_ChartBll GetInstance()
 {
     if (_instance == null)
     {
         _instance = new FATE_ChartBll();
     }
     return _instance;
 }