module EdgycircleToolbox::CQRS::Handler

Public Instance Methods

call(command) click to toggle source
# File lib/edgycircle_toolbox/cqrs/handler.rb, line 4
def call(command)
  raise NotImplementedError
end