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