Projekt

Obecné

Profil

« Předchozí | Další » 

Revize 055ef5b5

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

Created TagService, implemented GetTagTree

Zobrazit rozdíly:

Backend/Core/Services/Registration.cs
1 1
using Core.Authentication;
2 2
using Core.Services.DocumentService;
3
using Core.Services.TagService;
3 4
using Microsoft.AspNetCore.Builder;
4 5
using Microsoft.Extensions.DependencyInjection;
5 6

  
......
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<ITagService, TagServiceEF>();
15 17
            
16 18
            builder.Services.AddScoped<IJwtUtils, JwtUtils>();
17 19
        }

Také k dispozici: Unified diff