Userhez is lehet már NFC kódot rendelni
This commit is contained in:
@@ -34,7 +34,10 @@ namespace WorkFlowCheck.MAUI.Mapper
|
||||
CreateMap<CheckListRow, CheckListRowDTO>()
|
||||
.ForMember(dest => dest.CheckListTemplateRowDTO, opt => opt.MapFrom(src => src.CheckListTemplateRow));
|
||||
CreateMap<CheckListRowDTO, CheckListRow>()
|
||||
.ForMember(dest => dest.CheckListTemplateRow, opt => opt.MapFrom(src => src.CheckListTemplateRowDTO));
|
||||
.ForMember(dest => dest.CheckListTemplateRow, opt => opt.MapFrom(src => src.CheckListTemplateRowDTO));
|
||||
|
||||
CreateMap<MobileUser, MobileUserDTO>();
|
||||
CreateMap<MobileUserDTO, MobileUser>();
|
||||
}
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user