public ORD_PointDal GetInstance() { if (_instance == null) { _instance = new ORD_PointDal(); } return(_instance); }
public ORD_PointDal GetInstance() { if (_instance == null) { _instance = new ORD_PointDal(); } return _instance; }