Example #1
0
 public static ConfigDto ToModel(this ConfigEntity entity)
 {
     return(entity.MapTo <ConfigEntity, ConfigDto>());
 }