Skip to content

Commit

Permalink
Reverts change that will happen in another PR.
Browse files Browse the repository at this point in the history
  • Loading branch information
stiehlrod committed Dec 19, 2024
1 parent 03845cb commit 28b3baf
Showing 1 changed file with 17 additions and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -296,6 +296,23 @@ module VeteranRepresentativeService
bean: Vdc::DEFINITION,
path: 'VeteranRepresentativeService'
)
module ReadAllVeteranRepresentatives
DEFINITION =
Action.new(
service: VeteranRepresentativeService::DEFINITION,
name: 'readAllVeteranRepresentatives',
key: 'VeteranRepresentativeReturnList'
)
end

module CreateVeteranRepresentative
DEFINITION =
Action.new(
service: VeteranRepresentativeService::DEFINITION,
name: 'createVeteranRepresentative',
key: 'VeteranRepresentativeReturn'
)
end
end

##
Expand Down

0 comments on commit 28b3baf

Please sign in to comment.