Exemple #1
0
 public List <Advertisement> Get()
 {
     return((List <Advertisement>)_advertisementRepository.Get());
 }