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