In project Lanceur.Infra and Lanceur.Core, move all classes from the /Managers folder to the /Services folder, as they function more as services than managers.
Exception: The CmdlineManager class should be moved to a /Converters folder instead, as it is responsible for converting strings to Cmdline objects.
In project
Lanceur.Infra
andLanceur.Core
, move all classes from the/Managers
folder to the/Services
folder, as they function more as services than managers.Exception: The CmdlineManager class should be moved to a /Converters folder instead, as it is responsible for converting strings to Cmdline objects.