コード例 #1
0
 public static Refakatci ToEntity(this RefakatciModel model, Refakatci destination)
 {
     return(model.MapTo(destination));
 }
コード例 #2
0
 public static Refakatci ToEntity(this RefakatciModel model)
 {
     return(model.MapTo <RefakatciModel, Refakatci>());
 }