Interface ISystemActorController

All Known Implementing Classes:
SystemActorController

public interface ISystemActorController
  • Method Summary

    Modifier and Type
    Method
    Description
    Generate a DTO containing all the available roles that a user can have in the system.
  • Method Details

    • getAllSystemActors

      AllSystemActorsDTO getAllSystemActors()
      Generate a DTO containing all the available roles that a user can have in the system.
      Returns:
      DTO with available roles
      See Also: