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