public void UpdateReaminingCredit(double reaminingCredit, int teacherId) { anCourseAssignGateway.UpdateReaminingCredit(reaminingCredit, teacherId); }