Exemple #1
0
 public List <Room> GetRooms(long?userId, long?roomId)
 {
     return(_roomDataProvider.GetRooms(userId, roomId));
 }