Пример #1
0
 public static QuestionTypeModel ToModel(this QuestionType entity)
 {
     return(entity.MapTo <QuestionType, QuestionTypeModel>());
 }