Esempio n. 1
0
 public void AddEquipmentInRoom(InventaryRoom equipment, String roomID)
 {
     roomService.AddEquipmentInRoom(equipment, roomID);
 }