Example #1
0
 // updates a specifc contract
 public void UpdateContract(Contract contract)
 {
     DAL.UpdateContract(contract);
 }