Exemplo n.º 1
0
 public Laptop GetLaptop(int LaptopId)
 {
     return(_laptopRepository.GetLaptopAllDetails(LaptopId));
 }