You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Add a new class DynamicsDTOBuilder that is a builder pattern and creates new instances of Barta::DynamicsDTO. It will be helpful when creating new objects in ObjectsRepository.
Add a new class
DynamicsDTOBuilder
that is a builder pattern and creates new instances ofBarta::DynamicsDTO
. It will be helpful when creating new objects inObjectsRepository
.Do acquaint with the builder pattern if you are not familiar with it https://en.wikipedia.org/wiki/Builder_pattern .
The text was updated successfully, but these errors were encountered: