automapper-2 Questions

1

Solved

I have two classes below: public class Module { public int Id { get; set; } public string Name { get; set; } public string ImageName { get; set; } public virtual ICollection<Page> Pages ...
Baseboard asked 22/2, 2012 at 12:34

2

Solved

Either I'm not, or it isn't working... I have a single Source class that I want to map to multiple views that inherit from each other. Basically the base class is the Detail, and the child class i...
Evermore asked 14/1, 2012 at 17:31

© 2022 - 2024 — McMap. All rights reserved.