Пример #1
0
 public async Task <bool> AddStudentGoalStep(StudentGoalStep studentGoalStep)
 {
     return(await _studentRepository.AddStudentGoalStep(studentGoalStep));
 }