示例#1
0
 public static Mesaj ToEntity(this MesajModel model, Mesaj destination)
 {
     return(model.MapTo(destination));
 }
示例#2
0
 public static Mesaj ToEntity(this MesajModel model)
 {
     return(model.MapTo <MesajModel, Mesaj>());
 }