Пример #1
0
 public async Task <ActionResult> GetAll()
 {
     return(await CategoryQueries.GetAll());
 }