Example #1
0
 public KB_CommentBLL(int id)
     : base(DALClassName)
 {
     _dal = (KB_CommentDAL)_DAL;
     FillModel(id);
 }
Example #2
0
 public KB_CommentBLL(int id, bool bycache)
     : base(DALClassName)
 {
     _dal = (KB_CommentDAL)_DAL;
     FillModel(id, bycache);
 }
Example #3
0
 ///<summary>
 ///KB_CommentBLL
 ///</summary>
 public KB_CommentBLL()
     : base(DALClassName)
 {
     _dal = (KB_CommentDAL)_DAL;
     _m   = new KB_Comment();
 }