Example #1
0
 public List <Lamp> GetAllLamp()
 {
     return(_lampRepo.ReadAll().ToList());
 }