Exemplo n.º 1
0
 // Läs data för en annons
 public Advertisement GetAdv(int id)
 {
     return(_marketData.GetAdv(id));
 }