Projekt

Obecné

Profil

« Předchozí | Další » 

Revize 2c9afc72

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

Moved HTML processing to HTMLService, inheritance changes in entities

Zobrazit rozdíly:

Backend/Core/Services/Registration.cs
16 16
            builder.Services.AddScoped<IAuthService, AuthService>();
17 17
            builder.Services.AddScoped<ITagService, TagServiceEF>();
18 18
            builder.Services.AddScoped<IAnnotationService, AnnotationServiceEF>();
19
            
19
            builder.Services.AddScoped<IHTMLService, HTMLService>();
20

  
20 21
            builder.Services.AddScoped<IJwtUtils, JwtUtils>();
21 22
        }
22 23
    }

Také k dispozici: Unified diff