Projekt

Obecné

Profil

« Předchozí | Další » 

Revize eff8ec56

Přidáno uživatelem Vojtěch Bartička před asi 2 roky(ů)

Added AnnotationController and Service

Documents can now be assigned to Users

Zobrazit rozdíly:

Backend/Core/Services/Registration.cs
1 1
using Core.Authentication;
2
using Core.Services.AnnotationService;
2 3
using Core.Services.DocumentService;
3 4
using Microsoft.AspNetCore.Builder;
4 5
using Microsoft.Extensions.DependencyInjection;
......
12 13
            builder.Services.AddScoped<IUserService, UserServiceEF>();
13 14
            builder.Services.AddScoped<IDocumentService, DocumentServiceEF>();
14 15
            builder.Services.AddScoped<IAuthService, AuthService>();
16
            builder.Services.AddScoped<IAnnotationService, AnnotationServiceEF>();
15 17
            
16 18
            builder.Services.AddScoped<IJwtUtils, JwtUtils>();
17 19
        }

Také k dispozici: Unified diff