Exemplo n.º 1
0
 public static Property ToEntity(this PropertyModel model)
 {
     return(model.MapTo <PropertyModel, Property>());
 }