public void UpdateCreditToBeTaken(double assignCredit, double teacherId) { anCourseAssignGateway.UpdateCreditToBeTaken(assignCredit, teacherId); }