Example #1
0
 // returns a List which includes all the contracts.
 public List <Contract> GetAllContracts()
 {
     return(DAL.GetAllContracts());
 }