Projekt

Obecné

Profil

« Předchozí | Další » 

Revize a35cb648

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

Added comments to backend

Zobrazit rozdíly:

Backend/Core/MapperProfiles/DocumentProfileEF.cs
14 14
        public DocumentProfileEF()
15 15
        {
16 16
            CreateMap<Document, DocumentListInfo>();
17
                /*.ForMember(dest => dest.Id, opt => opt.MapFrom(src => src.Id))
18
                .ForMember(dest => dest.Name, opt => opt.MapFrom(src => src.Name))
19
                .ForMember(dest => dest.Length, opt => opt.MapFrom(src => src.Length))
20
                .ForMember(dest => dest.RequiredAnnotations, opt => opt.MapFrom(src => src.RequiredAnnotations));*/
21

  
22 17
        }
23 18
    }
24 19
}

Také k dispozici: Unified diff