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