Example #1
0
 // deletes a specific contracts from the DS
 public void DeleteContract(uint contractNumber)
 {
     DAL.DeleteContract(contractNumber);
 }