Skip to content

Instantly share code, notes, and snippets.

View capqueen's full-sized avatar
🎯
Focusing

Gondar Huang capqueen

🎯
Focusing
View GitHub Profile
@capqueen
capqueen / AutoMapperProfile.cs
Last active September 9, 2016 02:04
AutoProfile For AutoMapper
/// <summary>
/// 根据IMapperTo<>接口 自动初始化AutoMapper
/// </summary>
public class AutoMapperProfile : Profile
{
public override string ProfileName
{
get
{
return "AutoForIMapperTo";