Exemplo n.º 1
0
 public static Kongreler ToEntity(this KongreModel model, Kongreler destination)
 {
     return(model.MapTo(destination));
 }
Exemplo n.º 2
0
 public static Kongreler ToEntity(this KongreModel model)
 {
     return(model.MapTo <KongreModel, Kongreler>());
 }