示例#1
0
 public IObservable <Dictionary <DateTime, int> > GetRoomMessagesCountByDay(string roomId)
 {
     return(_apiService.GetRoomMessagesCountByDayAsync(roomId).ToObservable());
 }