C# Class ECollegeAPI.Services.Grades.FetchMyUserGradebookItemsService

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

Public Methods

Method Description
FetchMyUserGradebookItemsService ( long courseId ) : System.Collections.Generic
ProcessResponse ( string resp ) : void

Method Details

FetchMyUserGradebookItemsService() public method

public FetchMyUserGradebookItemsService ( long courseId ) : System.Collections.Generic
courseId long
return System.Collections.Generic

ProcessResponse() public method

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