Ejemplo n.º 1
0
 public async Task <ActionResult <IEnumerable <CategoryPreviewDto> > > GetCategoryPreview([FromQuery] GetCategoryPreviewQuery query)
 {
     return(Ok(await Mediator.Send(query)));
 }
 public async Task <IActionResult> GetCategoryPreview([FromQuery] GetCategoryPreviewQuery query)
 {
     return(Ok(await Mediator.Send(query)));
 }