Example #1
0
 public static GeneralSettings ToEntity(this GeneralSettingsModel model, GeneralSettings destination)
 {
     return(model.MapTo(destination));
 }