示例#1
0
 public GetDocflowEventsResponse GetDocflowEvents(string authToken, string boxId, object request)
 {
     return(diadoc.GetDocflowEvents(authToken, boxId, (GetDocflowEventsRequest)request));
 }