예제 #1
0
 public IEnumerable <Laptop> GetLaptops()
 {
     return(laptopRepository.GetAll().AsEnumerable());
 }