예제 #1
0
 public CM_GeoCodeBLL(int id)
     : base(DALClassName)
 {
     _dal = (CM_GeoCodeDAL)_DAL;
     FillModel(id);
 }
예제 #2
0
 public CM_GeoCodeBLL(int id, bool bycache)
     : base(DALClassName)
 {
     _dal = (CM_GeoCodeDAL)_DAL;
     FillModel(id, bycache);
 }
예제 #3
0
 ///<summary>
 ///CM_GeoCodeBLL
 ///</summary>
 public CM_GeoCodeBLL()
     : base(DALClassName)
 {
     _dal = (CM_GeoCodeDAL)_DAL;
     _m   = new CM_GeoCode();
 }