c# - What is the difference bewteen Mapper.Map(source, dest) and Mapper.Map(source)? -
i can see difference in number of parameters, don't know difference in implementation.
is there important difference in behavior of each method?
the first 1 fills existing object pass in. second creates new object you. it's semantic difference between "project" , "fill".
Comments
Post a Comment