2

What is a better approach for implementing converter from DTO to Entity? Using factory with static methods to convert or using instance Converter object?

obogoliy
  • 31
  • 4

1 Answers1

0

Finally I ended with instance Converter objects as they may be mocked, that is better for testing

obogoliy
  • 31
  • 4