Example #1
0
 public BuyerManager(IBuyerDal buyerDal)
 {
     _buyerDal = buyerDal;
 }