Skip to content
Snippets Groups Projects
Commit 977a469c authored by Enzo Santangelo Dodera's avatar Enzo Santangelo Dodera
Browse files

Merge branch 'feature/cambiosEvaluaciones' into 'develop'

Se agrega evaluationId en activityDto y studentId en UserPreviewDto

See merge request !40
parents bf3755c7 96c9368b
No related branches found
No related tags found
1 merge request!40Se agrega evaluationId en activityDto y studentId en UserPreviewDto
Pipeline #10641 passed
......@@ -13,5 +13,7 @@ namespace Tsi1.BusinessLayer.Dtos
public string Name { get; set; }
public bool IsVideoConference { get; set; }
public int EvaluationId { get; set; }
}
}
......@@ -13,5 +13,7 @@ namespace Tsi1.BusinessLayer.Dtos
public string LastName { get; set; }
public string Email { get; set; }
public int StudentId { get; set; }
}
}
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment