Example #1
0
 public OfferManager(IOfferDal offerDal)
 {
     _offerDal = offerDal;
 }