Ejemplo n.º 1
0
 public async Task <Category> GetCategory(string slug)
 {
     return(await svc.GetCategory(slug));
 }