Skip to content

[Suggestion] Use AutoMapper for object-object mapping #45

@jenia90

Description

@jenia90

Currently we use manual mapping of DTOs to their respective DB entities which clutters the code.

Proposed solution
It would be nice to use AutoMapper library for automatic mapping of objects.

Alternative solution
An alternative solution, in case we don't want to add more packages, would be to implement Map() extension methods for every objects.

Metadata

Metadata

Assignees

No one assigned

    Labels

    enhancementNew feature or request

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions