Merge branch 'master' of https://gitlab.fing.edu.uy/rodrigo.sastre/tsi1-backend
No related branches found
No related tags found
Showing
- Tsi1.Api/Tsi1.Api/Controllers/TenantController.cs 53 additions, 0 deletionsTsi1.Api/Tsi1.Api/Controllers/TenantController.cs
- Tsi1.Api/Tsi1.Api/Controllers/UserController.cs 76 additions, 5 deletionsTsi1.Api/Tsi1.Api/Controllers/UserController.cs
- Tsi1.Api/Tsi1.Api/Models/LoginRequest.cs 0 additions, 4 deletionsTsi1.Api/Tsi1.Api/Models/LoginRequest.cs
- Tsi1.Api/Tsi1.Api/Startup.cs 2 additions, 1 deletionTsi1.Api/Tsi1.Api/Startup.cs
- Tsi1.Api/Tsi1.BusinessLayer/Dtos/TenantCreateDto.cs 11 additions, 0 deletionsTsi1.Api/Tsi1.BusinessLayer/Dtos/TenantCreateDto.cs
- Tsi1.Api/Tsi1.BusinessLayer/Dtos/TenantPreviewDto.cs 13 additions, 0 deletionsTsi1.Api/Tsi1.BusinessLayer/Dtos/TenantPreviewDto.cs
- Tsi1.Api/Tsi1.BusinessLayer/Dtos/UserRegisterDto.cs 0 additions, 3 deletionsTsi1.Api/Tsi1.BusinessLayer/Dtos/UserRegisterDto.cs
- Tsi1.Api/Tsi1.BusinessLayer/Dtos/UserTypeDto.cs 13 additions, 0 deletionsTsi1.Api/Tsi1.BusinessLayer/Dtos/UserTypeDto.cs
- Tsi1.Api/Tsi1.BusinessLayer/Helpers/ErrorMessages.cs 8 additions, 2 deletionsTsi1.Api/Tsi1.BusinessLayer/Helpers/ErrorMessages.cs
- Tsi1.Api/Tsi1.BusinessLayer/Helpers/MappingProfile.cs 7 additions, 2 deletionsTsi1.Api/Tsi1.BusinessLayer/Helpers/MappingProfile.cs
- Tsi1.Api/Tsi1.BusinessLayer/Helpers/UserTypes.cs 1 addition, 0 deletionsTsi1.Api/Tsi1.BusinessLayer/Helpers/UserTypes.cs
- Tsi1.Api/Tsi1.BusinessLayer/Interfaces/ITenantService.cs 18 additions, 0 deletionsTsi1.Api/Tsi1.BusinessLayer/Interfaces/ITenantService.cs
- Tsi1.Api/Tsi1.BusinessLayer/Interfaces/IUserService.cs 1 addition, 1 deletionTsi1.Api/Tsi1.BusinessLayer/Interfaces/IUserService.cs
- Tsi1.Api/Tsi1.BusinessLayer/Interfaces/IUserTypeService.cs 5 additions, 2 deletionsTsi1.Api/Tsi1.BusinessLayer/Interfaces/IUserTypeService.cs
- Tsi1.Api/Tsi1.BusinessLayer/Services/CourseService.cs 35 additions, 31 deletionsTsi1.Api/Tsi1.BusinessLayer/Services/CourseService.cs
- Tsi1.Api/Tsi1.BusinessLayer/Services/ForumService.cs 20 additions, 18 deletionsTsi1.Api/Tsi1.BusinessLayer/Services/ForumService.cs
- Tsi1.Api/Tsi1.BusinessLayer/Services/TenantService.cs 83 additions, 0 deletionsTsi1.Api/Tsi1.BusinessLayer/Services/TenantService.cs
- Tsi1.Api/Tsi1.BusinessLayer/Services/UserService.cs 3 additions, 4 deletionsTsi1.Api/Tsi1.BusinessLayer/Services/UserService.cs
- Tsi1.Api/Tsi1.BusinessLayer/Services/UserTypeService.cs 39 additions, 6 deletionsTsi1.Api/Tsi1.BusinessLayer/Services/UserTypeService.cs
Loading
Please register or sign in to comment