Ejemplo n.º 1
0
 public static string GetBooksByCategory(BookShopContext context, string input)
 {
     return(Task5.GetResult(context, input));
 }