Esempio n. 1
0
 public async Task <IEnumerable <BO.BidHistory> > GetAllFromAuctionEventAsync(BO.BidHistory obj)
 {
     return(await dalBidHistories.GetAllFromAuctionEventAsync(obj));
 }
Esempio n. 2
0
 public async Task <bool> AddAsync(BO.BidHistory obj)
 {
     return(await dalBidHistories.AddAsync(obj));
 }