This commit is contained in:
@@ -5123,7 +5123,7 @@ namespace DynamORM
|
||||
if (mapper == null)
|
||||
throw new InvalidOperationException("Type can't be mapped for unknown reason.");
|
||||
|
||||
mapper.Map(item, source);
|
||||
mapper.Map(source, item);
|
||||
|
||||
return item;
|
||||
}
|
||||
@@ -5140,7 +5140,7 @@ namespace DynamORM
|
||||
if (mapper == null)
|
||||
throw new InvalidOperationException("Type can't be mapped for unknown reason.");
|
||||
|
||||
mapper.MapByProperty(item, source);
|
||||
mapper.MapByProperty(source, item);
|
||||
|
||||
return item;
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user