Пример #1
0
 public void InsertAnnouncement(int id, DateTime?firstAnnouncedDate)
 {
     _repository.InsertAnnouncement(id, firstAnnouncedDate);
 }