예제 #1
0
 public void Update(Award user, string newTitle)
 {
     _awardsDAO.Update(user, newTitle);
 }