Exemplo n.º 1
0
 public async Task <JsonResult <List <CategoryModel> > > GetCat()
 {
     return(Json(await services.GetCategories()));
 }