public static WeChatTag ToEntity(this WeChatTagModel model, WeChatTag destination, IObjectMapper ObjectMapper) { return(model.MapTo(destination, ObjectMapper)); }
public static WeChatTagModel ToModel(this WeChatTag entity, IObjectMapper ObjectMapper) { return(entity.MapTo <WeChatTag, WeChatTagModel>(ObjectMapper)); }