예제 #1
0
 public Renovation AddRenovation(Renovation renovation)
 {
     return(_roomService.AddRenovation(renovation));
 }