Exemple #1
0
 public bool RemoveRoom(int roomId)
 {
     return(userDao.RemoveRoomId(roomId) && deviceDao.RemoveRoomId(roomId));
 }