AuthenticationService  v0.2.0
Public Member Functions | List of all members
Joutsen.AuthenticationControl.Command Class Referenceabstract

A command that can be executed by the command line tool. More...

Public Member Functions

abstract void Execute ()
 In derived classes executes the logic of the command. More...
 

Detailed Description

A command that can be executed by the command line tool.

Since
0.1.0

Member Function Documentation

◆ Execute()

abstract void Joutsen.AuthenticationControl.Command.Execute ( )
pure virtual