Skip to content
Snippets Groups Projects
Commit 89f80464 authored by Rodrigo's avatar Rodrigo
Browse files

UserTypeId en UserDetailDto

parent 2f5e89a2
No related branches found
No related tags found
1 merge request!20merge from develop
Checking pipeline status
......@@ -8,6 +8,8 @@ namespace Tsi1.BusinessLayer.Dtos
{
public int Id { get; set; }
public int UserTypeId { get; set; }
public string Username { get; set; }
public string FirstName { 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