C# 클래스 ECollegeAPI.Services.Discussions.PostMyResponseToTopicService

상속: BaseService
파일 보기 프로젝트 열기: PearsonLearningStudio/mobile2-windows7

공개 메소드들

메소드 설명
PostMyResponseToTopicService ( long topicId, string responseTitle, string responseText ) : System.Collections.Generic
PrepareRequest ( RestRequest req ) : void

메소드 상세

PostMyResponseToTopicService() 공개 메소드

public PostMyResponseToTopicService ( long topicId, string responseTitle, string responseText ) : System.Collections.Generic
topicId long
responseTitle string
responseText string
리턴 System.Collections.Generic

PrepareRequest() 공개 메소드

public PrepareRequest ( RestRequest req ) : void
req RestSharp.RestRequest
리턴 void