Projekt

Obecné

Profil

« Předchozí | Další » 

Revize aa425887

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

Modified DocumentListInfo

Added of UserInfo annotating users

Zobrazit rozdíly:

Backend/Models/Documents/DocumentListInfo.cs
1
using System;
1
using Models.Users;
2
using System;
2 3
using System.Collections.Generic;
3 4
using System.Linq;
4 5
using System.Text;
......
11 12
    public Guid Id { get; set; }
12 13
    public string Name { get; set; }
13 14
    public int Length { get; set; }
14

  
15 15
    public int RequiredAnnotations { get; set; }
16
    public List<UserInfo> AnnotatingUsers { get; set; } = new();
16 17
}

Také k dispozici: Unified diff