Exemplo n.º 1
0
 public IObservable <IEnumerable <Room> > GetRooms()
 {
     return(_apiService.GetRoomsAsync().ToObservable());
 }