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