Example #1
0
 public void ChangeUniversityOffer(int appId, string offer)
 {
     _applicationDAO.ChangeUniversityOffer(appId, offer);
 }