示例#1
0
 internal Com_Buyer_Setup GetBuyerById(int ByeryId)
 {
     return(_BuyerDal.GetBuyerById(ByeryId));
 }