jibedoubleve / lanceur-bis

A free adaptation of Slickrun written in .NET
GNU General Public License v3.0
8 stars 0 forks source link

Move managers into services #576

Open jibedoubleve opened 3 months ago

jibedoubleve commented 3 months ago

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.