public static BlogPostTag ToEntity(this BlogPostTagModel model, BlogPostTag destination) { return(model.MapTo(destination)); }
public static BlogPostTag ToEntity(this BlogPostTagModel model) { return(model.MapTo <BlogPostTagModel, BlogPostTag>()); }