Example #1
0
 public void Update(int demandId, int offerId, int id)
 {
     database.UpdateDeal(demandId, offerId, id);
 }