Skip to content

Make most service layer methods protected #239

Closed
@jaredcnance

Description

@jaredcnance

Currently, almost any customization no matter how small results in a lot of code copying because many methods in the service layer are private. These should be protected so derived classes may use the base class implementations without copying code.

Metadata

Metadata

Assignees

No one assigned

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions