Exemplo n.º 1
0
 public List<Tag> Get()
 {
     var ops = new BlogPostOperations();
     return ops.GetAllTags();
 }