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