Exemple #1
0
 public void Update(Announcement announcement)
 {
     _announcementDal.Update(announcement);
 }