Esempio n. 1
0
 public Room AddEntity(Room entity)
 {
     return(roomService.AddEntity(entity));
 }