Merge branch 'feature/registrar-usuario' into 'master'
registrar usuario See merge request !1
No related branches found
No related tags found
Showing
- Tsi1.Api/Tsi1.Api.sln 3 additions, 3 deletionsTsi1.Api/Tsi1.Api.sln
- Tsi1.Api/Tsi1.Api/Controllers/UserController.cs 31 additions, 9 deletionsTsi1.Api/Tsi1.Api/Controllers/UserController.cs
- Tsi1.Api/Tsi1.Api/Infrastructure/JwtAuthManager.cs 2 additions, 0 deletionsTsi1.Api/Tsi1.Api/Infrastructure/JwtAuthManager.cs
- Tsi1.Api/Tsi1.Api/Models/LoginResult.cs 0 additions, 3 deletionsTsi1.Api/Tsi1.Api/Models/LoginResult.cs
- Tsi1.Api/Tsi1.Api/Startup.cs 5 additions, 1 deletionTsi1.Api/Tsi1.Api/Startup.cs
- Tsi1.Api/Tsi1.BusinessLayer/Dtos/UserRegisterDto.cs 33 additions, 0 deletionsTsi1.Api/Tsi1.BusinessLayer/Dtos/UserRegisterDto.cs
- Tsi1.Api/Tsi1.BusinessLayer/Helpers/ErrorMessages.cs 13 additions, 0 deletionsTsi1.Api/Tsi1.BusinessLayer/Helpers/ErrorMessages.cs
- Tsi1.Api/Tsi1.BusinessLayer/Helpers/ServiceResult.cs 13 additions, 0 deletionsTsi1.Api/Tsi1.BusinessLayer/Helpers/ServiceResult.cs
- Tsi1.Api/Tsi1.BusinessLayer/Helpers/UserTypes.cs 13 additions, 0 deletionsTsi1.Api/Tsi1.BusinessLayer/Helpers/UserTypes.cs
- Tsi1.Api/Tsi1.BusinessLayer/Interfaces/IUserService.cs 4 additions, 1 deletionTsi1.Api/Tsi1.BusinessLayer/Interfaces/IUserService.cs
- Tsi1.Api/Tsi1.BusinessLayer/Interfaces/IUserTypeService.cs 14 additions, 0 deletionsTsi1.Api/Tsi1.BusinessLayer/Interfaces/IUserTypeService.cs
- Tsi1.Api/Tsi1.BusinessLayer/Services/UserService.cs 54 additions, 15 deletionsTsi1.Api/Tsi1.BusinessLayer/Services/UserService.cs
- Tsi1.Api/Tsi1.BusinessLayer/Services/UserTypeService.cs 39 additions, 0 deletionsTsi1.Api/Tsi1.BusinessLayer/Services/UserTypeService.cs
- Tsi1.Api/Tsi1.DataLayer/Entities/Professor.cs 0 additions, 1 deletionTsi1.Api/Tsi1.DataLayer/Entities/Professor.cs
- Tsi1.Api/Tsi1.DataLayer/Entities/Student.cs 0 additions, 1 deletionTsi1.Api/Tsi1.DataLayer/Entities/Student.cs
- Tsi1.Api/Tsi1.DataLayer/Migrations/20201016201059_remove-UserId-from-Student-Professor.Designer.cs 234 additions, 0 deletions...16201059_remove-UserId-from-Student-Professor.Designer.cs
- Tsi1.Api/Tsi1.DataLayer/Migrations/20201016201059_remove-UserId-from-Student-Professor.cs 35 additions, 0 deletions...ns/20201016201059_remove-UserId-from-Student-Professor.cs
- Tsi1.Api/Tsi1.DataLayer/Migrations/Tsi1ContextModelSnapshot.cs 0 additions, 6 deletions...Api/Tsi1.DataLayer/Migrations/Tsi1ContextModelSnapshot.cs
- Tsi1.Api/Tsi1.DataLayer/Tsi1.DataLayer.csproj 4 additions, 0 deletionsTsi1.Api/Tsi1.DataLayer/Tsi1.DataLayer.csproj
Please register or sign in to comment