示例#1
0
 public IObservable <SuccessResponse> UnbanUser(string roomId, string userId)
 {
     return(_apiService.UnbanUserAsync(roomId, userId).ToObservable());
 }