Beispiel #1
0
 public async Task <StudentGoal> AddStudentGoal(StudentGoal studentGoal)
 {
     return(await _studentRepository.AddStudentGoal(studentGoal));
 }