Пример #1
0
 public ActionResult <List <LaptopOutput> > findAllAsync()
 {
     return(_laptopService.list());
 }