Ejemplo n.º 1
0
 public Article Article([FromQuery] int id)
 {
     return(_seeder.GetSeedArticle(id));
 }