Exemplo n.º 1
0
 public static Setting ToSetting(this SettingItem entity)
 {
     return(entity.MapTo <SettingItem, Setting>());
 }