Пример #1
0
 public async Task <ActionResult <Post> > GetPostBySlug(string slug)
 {
     return(await _postProvider.GetPostBySlug(slug));
 }