示例#1
0
 internal List <BuyerR> GetBuyerListAll(string Ocode)
 {
     return(_BuyerDal.GetBuyerListAll(Ocode));
 }