Example #1
0
 public static MusteriSektor ToEntity(this MusteriSektorModel model, MusteriSektor destination)
 {
     return(model.MapTo(destination));
 }
Example #2
0
 public static MusteriSektor ToEntity(this MusteriSektorModel model)
 {
     return(model.MapTo <MusteriSektorModel, MusteriSektor>());
 }