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