Ejemplo n.º 1
0
 public static Ilce ToEntity(this KonumModel.IlceModel model, Ilce destination)
 {
     return(model.MapTo(destination));
 }
Ejemplo n.º 2
0
 public static Ilce ToEntity(this KonumModel.IlceModel model)
 {
     return(model.MapTo <KonumModel.IlceModel, Ilce>());
 }