79321582

Date: 2025-01-01 12:29:50
Score: 0.5
Natty:
Report link

property ICollection

 CreateMap<Entities.City, Models.CityDto>().ForMember(dest => dest.PointsOfInterest, input => input.MapFrom(x => x.PointOfInterest));



CreateMap<Entities.PointOfInterest, Models.PointOfInterestDto>();
Reasons:
  • Low length (0.5):
  • Has code block (-0.5):
  • Low reputation (0.5):
Posted by: soheil0910