public static BlogAyarları ToEntity(this BlogAyarlarModel model, BlogAyarları destination) { return(model.MapTo(destination)); }
public static BlogAyarları ToEntity(this BlogAyarlarModel model) { return(model.MapTo <BlogAyarlarModel, BlogAyarları>()); }