Exemplo n.º 1
0
 public ActionResult <List <LaptopOutput> > findByBrand(string brand)
 {
     return(_laptopService.findByBrand(brand));
 }