Esempio n. 1
0
 public bool SavePurchaserUser(AuctionDesc.Infrastructure.Models.Purchaser purchaserObj)
 {
     return(PurchaserB.SavePurchaserUser(purchaserObj));
 }
Esempio n. 2
0
 public AuctionDesc.Infrastructure.Models.Purchaser PurchaserInfoById(AuctionDesc.Infrastructure.Models.Purchaser obj)
 {
     return(PurchaserB.PurchaserInfoById(obj));
 }