예제 #1
0
 public static Kongreler ToEntity(this KongreModel model, Kongreler destination)
 {
     return(model.MapTo(destination));
 }
예제 #2
0
 public static Kongreler ToEntity(this KongreModel model)
 {
     return(model.MapTo <KongreModel, Kongreler>());
 }