Example #1
0
 public OfferRow GetDataByID(int id)
 {
     return((OfferRow)database.GetOfferByID(id));
 }