Ejemplo n.º 1
0
 public Renovation AddRenovation(Renovation renovation)
 {
     return(_roomService.AddRenovation(renovation));
 }