예제 #1
0
 public void RemoveAwards(Guid id)
 {
     _awardsDAO.RemoveAwards(id);
 }