Exemplo n.º 1
0
 public static PropertyLend ToEntity(this PropertyLendModel createmodel, PropertyLend destination)
 {
     return(createmodel.MapTo(destination));
 }
Exemplo n.º 2
0
 public static PropertyLend ToEntity(this PropertyLendModel createmodel)
 {
     return(createmodel.MapTo <PropertyLendModel, PropertyLend>());
 }