Method | Description | |
---|---|---|
AddScore ( |
||
AddStudent ( SistemaAcademico.Business.WebApi.Models.Student student ) : void | ||
SchoolClass ( string name, int subjectId, int capacity, System.DateTime startDate, System.DateTime endDate ) : System |
Method | Description | |
---|---|---|
SchoolClass ( ) : System |
public AddStudent ( SistemaAcademico.Business.WebApi.Models.Student student ) : void | ||
student | SistemaAcademico.Business.WebApi.Models.Student | |
return | void |
public SchoolClass ( string name, int subjectId, int capacity, System.DateTime startDate, System.DateTime endDate ) : System | ||
name | string | |
subjectId | int | |
capacity | int | |
startDate | System.DateTime | |
endDate | System.DateTime | |
return | System |