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