Example #1
0
 public void Update(Buyer buyer)
 {
     _buyerDal.Update(buyer);
 }