C# Class ECollegeAPI.Services.Dropbox.FetchDropboxMessagesService

Inheritance: BaseService
Mostrar archivo Open project: PearsonLearningStudio/mobile2-windows7

Public Methods

Method Description
FetchDropboxMessagesService ( long studentId, long courseId, long basketId ) : System.Collections.Generic
ProcessResponse ( string resp ) : void

Method Details

FetchDropboxMessagesService() public method

public FetchDropboxMessagesService ( long studentId, long courseId, long basketId ) : System.Collections.Generic
studentId long
courseId long
basketId long
return System.Collections.Generic

ProcessResponse() public method

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