Exemplo n.º 1
0
 public async Task <ActionResult <string> > GetSlug(string title)
 {
     return(await _postProvider.GetSlugFromTitle(title));
 }