public TOaPartBuyRequstLstLogic(TOaPartBuyRequstLstVo _tOaPartBuyRequstLst)
 {
     tOaPartBuyRequstLst = _tOaPartBuyRequstLst;
     access = new TOaPartBuyRequstLstAccess();
 }
 public TOaPartBuyRequstLstLogic()
 {
     access = new TOaPartBuyRequstLstAccess();
 }