Initial commit
parents
No related branches found
No related tags found
Showing
- Controllers/UsersController.cs 74 additions, 0 deletionsControllers/UsersController.cs
- Controllers/WeatherForecastController.cs 34 additions, 0 deletionsControllers/WeatherForecastController.cs
- Migrations/20240228234031_InitialCreate.Designer.cs 52 additions, 0 deletionsMigrations/20240228234031_InitialCreate.Designer.cs
- Migrations/20240228234031_InitialCreate.cs 45 additions, 0 deletionsMigrations/20240228234031_InitialCreate.cs
- Migrations/ApplicationDbContextModelSnapshot.cs 49 additions, 0 deletionsMigrations/ApplicationDbContextModelSnapshot.cs
- Models/ApplicationDbContext .cs 29 additions, 0 deletionsModels/ApplicationDbContext .cs
- Models/LoginModel.cs 8 additions, 0 deletionsModels/LoginModel.cs
- Models/RegisterModel.cs 9 additions, 0 deletionsModels/RegisterModel.cs
- Models/User.cs 32 additions, 0 deletionsModels/User.cs
- Models/WeatherForecast.cs 13 additions, 0 deletionsModels/WeatherForecast.cs
- Program.cs 60 additions, 0 deletionsProgram.cs
- Properties/launchSettings.json 41 additions, 0 deletionsProperties/launchSettings.json
- Services/AuthService.cs 58 additions, 0 deletionsServices/AuthService.cs
- Services/IAuthService.cs 9 additions, 0 deletionsServices/IAuthService.cs
- Services/IUserService.cs 21 additions, 0 deletionsServices/IUserService.cs
- Services/UserService.cs 75 additions, 0 deletionsServices/UserService.cs
- UserMicroservice.csproj 18 additions, 0 deletionsUserMicroservice.csproj
- UserMicroservice.csproj.user 10 additions, 0 deletionsUserMicroservice.csproj.user
- UserMicroservice.http 6 additions, 0 deletionsUserMicroservice.http
- UserMicroservice.sln 25 additions, 0 deletionsUserMicroservice.sln
Loading
Please register or sign in to comment