public AC_ARAPListBLL(int id) : base(DALClassName) { _dal = (AC_ARAPListDAL)_DAL; FillModel(id); }
public AC_ARAPListBLL(int id, bool bycache) : base(DALClassName) { _dal = (AC_ARAPListDAL)_DAL; FillModel(id, bycache); }
///<summary> ///AC_ARAPListBLL ///</summary> public AC_ARAPListBLL() : base(DALClassName) { _dal = (AC_ARAPListDAL)_DAL; _m = new AC_ARAPList(); }