Exemple #1
0
 public ICollection <AnnouncementModel> GetAll()
 {
     return(_repository.GetAll());
 }