C# Class ECollegeAPI.Services.Announcements.FetchAnnouncementService

Inheritance: BaseService
显示文件 Open project: PearsonLearningStudio/mobile2-windows7

Public Methods

Method Description
FetchAnnouncementService ( long courseId, long announcementId ) : System.Collections.Generic
ProcessResponse ( string resp ) : void

Method Details

FetchAnnouncementService() public method

public FetchAnnouncementService ( long courseId, long announcementId ) : System.Collections.Generic
courseId long
announcementId long
return System.Collections.Generic

ProcessResponse() public method

public ProcessResponse ( string resp ) : void
resp string
return void