Esempio n. 1
0
 public void AddHumanToRoom(int roomId, int humanId)
 {
     _humansRepository.AddHumanToRoom(roomId, humanId);
 }