Projekt

Obecné

Profil

« Předchozí | Další » 

Revize 632f4dec

Přidáno uživatelem Milan Hotovec před téměř 4 roky(ů)

Minor changes

Zobrazit rozdíly:

src/Modules/Goal/Infrastructure/Leuze.Modules.Goal.Infrastructure.Persistence/DependencyInjection.cs
54 54
            {
55 55
                var context = serviceScope.ServiceProvider.GetRequiredService<LeuzeDbContext>();
56 56
                var appSettings = serviceScope.ServiceProvider.GetRequiredService<IOptions<AppSettings>>().Value;
57

  
57
                
58 58
                //TODO: This is debug delet this
59 59
                var user = context.Set<DomainUser>().Where(item => item.EmailAddress.Email == "ma@test.cz").FirstOrDefault();
60 60
                GlobalDefinitionArea area = new GlobalDefinitionArea(user, DateTime.Now, DateTime.Now.AddDays(10));

Také k dispozici: Unified diff