public static AddressAttribute ToEntity(this AddressAttributeVM model, AddressAttribute destination) { return(model.MapTo(destination)); }
public static AddressAttribute ToEntity(this AddressAttributeVM model) { return(model.MapTo <AddressAttributeVM, AddressAttribute>()); }