mirror of
https://github.com/opelly27/WinStudentGoalTracker.git
synced 2026-05-20 15:47:35 +00:00
fix
This commit is contained in:
@@ -112,7 +112,7 @@ public class StudentRepository
|
||||
p_id_goal = newGoalId.ToString(),
|
||||
p_id_goal_parent = dto.GoalParentId?.ToString(),
|
||||
p_id_student = idStudent.ToString(),
|
||||
p_id_user = userId.ToString(),
|
||||
p_id_user_created = userId.ToString(),
|
||||
p_title = dto.Title,
|
||||
p_description = dto.Description,
|
||||
p_category = dto.Category
|
||||
|
||||
Reference in New Issue
Block a user