Example #1
0
 public string Get()
 {
     return(blogStore.Serialize(blogStore.GetAllCategories()));
 }
Example #2
0
 public string Get()
 {
     return(blogStore.Serialize(blogStore.GetAllPosts()));
 }