Exemple #1
0
 public bool Add(Advertisement advertisement)
 {
     _advertisementRepository.Add(advertisement);
     return(true);
 }