Projekt

Obecné

Profil

« Předchozí | Další » 

Revize 7dcdd235

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

Added more info to UserInfo return DTO

Zobrazit rozdíly:

Backend/Models/Users/UserInfo.cs
14 14
        public string Username { get; set; }
15 15
        public string Name { get; set; }
16 16
        public string Surname { get; set; }
17
        public int AssignedDocumentsCount { get; set; }
17
        public int FinalizedDocumentsCount { get; set; }
18
        public int InProgressDocumentsCount { get; set; }
19
        public int NewDocumentsCount { get; set; }
18 20
        public ERole Role { get; set; }
19 21
    }
20 22
}

Také k dispozici: Unified diff