메소드 | 설명 | |
---|---|---|
DeleteTeacher ( System.Guid id, System.Guid accountId ) : |
Deletes a teacher.
|
|
GetTeacherLookup ( System.Guid accountId ) : List |
Returns the teacher lookup data.
|
|
InsertTeacher ( |
Inserts a teacher.
|
|
TeacherExists ( System.Guid id, |
Returns a value indicating whether the teacher exists.
|
|
TeacherServerService ( ) : System |
Initializes a new instance of the TeacherServerService class.
|
|
UpdateTeacher ( |
Updates a teacher.
|
public DeleteTeacher ( System.Guid id, System.Guid accountId ) : |
||
id | System.Guid | The teacher identifier. |
accountId | System.Guid | The account identifier. |
리턴 |
public GetTeacherLookup ( System.Guid accountId ) : List |
||
accountId | System.Guid | The account identifier. |
리턴 | List |
public InsertTeacher ( |
||
itemToSave | The item to save. | |
accountId | System.Guid | The account identifier. |
리턴 |
public TeacherExists ( System.Guid id, |
||
id | System.Guid | The identifier. |
ctx | The entity container. | |
리턴 | bool |
public UpdateTeacher ( |
||
itemToSave | The item to save. | |
accountId | System.Guid | The account identifier. |
리턴 |