Example #1
0
 public static QuestionType ToEntity(this QuestionTypeModel model, QuestionType destination)
 {
     return(model.MapTo(destination));
 }
Example #2
0
 public static QuestionType ToEntity(this QuestionTypeModel model)
 {
     return(model.MapTo <QuestionTypeModel, QuestionType>());
 }