Projekt

Obecné

Profil

« Předchozí | Další » 

Revize 3cee56d3

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

Annotation state returned with document list info

Zobrazit rozdíly:

Backend/Core/MapperProfiles/UserProfileEF.cs
13 13
    {
14 14
        public UserProfileEF()
15 15
        {
16
           CreateMap<User, UserInfo>();
16
            CreateMap<User, UserInfo>();
17
            CreateMap<User, DocumentUserInfo>();
17 18
        }
18 19
    }
19 20
}

Také k dispozici: Unified diff