Esempio n. 1
0
 public bool CanRenovate(int id, DateTime renovationDateTime)
 {
     return(_roomService.CanRenovate(id, renovationDateTime));
 }