Skip to content

Commit eb36178

Browse files
author
Oyvind Timian Dokk Husveg
committed
Removed times from user
1 parent 278fca3 commit eb36178

File tree

1 file changed

+0
-2
lines changed

1 file changed

+0
-2
lines changed

exercise.wwwapi/DTOs/UserDTO.cs

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -14,8 +14,6 @@ public class UserDTO
1414
public Roles? Role { get; set; }
1515
public string? Specialism { get; set; }
1616
public string? Bio { get; set; }
17-
public DateTime? StartDate { get; set; }
18-
public DateTime? EndDate { get; set; }
1917
public string? Photo { get; set; }
2018
public BasicCohortDTO? Cohort { get; set; }
2119

0 commit comments

Comments
 (0)