开发者

Possible to group auto mapper create maps?

开发者 https://www.devze.com 2023-02-10 16:46 出处:网络
I have something like this public static class RegisterMaps { public static void Register() { // Mapper.Create

I have something like this

public static class RegisterMaps
{

    public static void Register()
    {
        // Mapper.Create
    }
}

I am noticing now that I have so many Maps that is it getting quite 开发者_开发百科out of hand. I am wondering is there away to group them together so they are easier to find?


Check out Profiles. They should help you out.

0

精彩评论

暂无评论...
验证码 换一张
取 消