Example #1
0
 public Lamp UpdateLamp(Lamp lampUpdate)
 {
     return(_lampRepo.Update(lampUpdate));
 }