메소드 | 설명 | |
---|---|---|
AssesmentsAsync ( string studentId ) : Task |
||
AttendancesAsync ( string studentId, int limit ) : Task |
||
Detail ( string studentId ) : System.Web.Mvc.ActionResult | ||
DetailAsync ( string studentId ) : Task |
||
Index ( int limit, int offset ) : System.Web.Mvc.ActionResult | ||
IndexAsync ( int limit, int offset ) : Task |
public AssesmentsAsync ( string studentId ) : Task |
||
studentId | string | |
리턴 | Task |
public AttendancesAsync ( string studentId, int limit ) : Task |
||
studentId | string | |
limit | int | |
리턴 | Task |
public Detail ( string studentId ) : System.Web.Mvc.ActionResult | ||
studentId | string | |
리턴 | System.Web.Mvc.ActionResult |
public Index ( int limit, int offset ) : System.Web.Mvc.ActionResult | ||
limit | int | |
offset | int | |
리턴 | System.Web.Mvc.ActionResult |