示例#1
0
 public async Task <List <ProductDto> > GetAllBySlugGroupProduct(string SlugMenu)
 {
     return(await productBL.GetAllBySlugGroupProduct(SlugMenu));
 }