AutoMapper: Mapper.Initialize() 只能调用一次,Why?
摘要:最开始的代码 1 using System; 2 using System.Collections.Generic; 3 using System.Linq; 4 using System.Text; 5 using System.Threading.Tasks; 6 using System.Reflection; 7 8 using AutoMapper; 9 10 using Happy.ExtentionMethods;11 using Happy.Bootstrap;12 13 namespace Happy.Bootstrap.AutoMapper14 {15 /// 1...
阅读全文
posted @ 2014-01-10 08:39