public TSysUserPostLogic(TSysUserPostVo _tSysUserPost)
 {
     tSysUserPost = _tSysUserPost;
     access       = new TSysUserPostAccess();
 }
 public TSysUserPostLogic()
 {
     access = new TSysUserPostAccess();
 }