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