Projekt

Obecné

Profil

« Předchozí | Další » 

Revize 4b03d2a7

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

More comments in backend

Zobrazit rozdíly:

Backend/Models/Annotations/AnnotationsAddRequest.cs
8 8

  
9 9
public class AnnotationsAddRequest
10 10
{
11
    /// <summary>
12
    /// List of users to assigned the documents
13
    /// </summary>
11 14
    public List<Guid> UserIdList { get; set; }
15
    /// <summary>
16
    /// List of documents to assign the users
17
    /// </summary>
12 18
    public List<Guid> DocumentIdList { get; set; }
13 19
}
14 20

  

Také k dispozici: Unified diff