2023-02-11 21:03:35 -06:00

7 lines
98 B
C#

namespace SharedLibraryCore.Events.Management;
public class LogoutEvent : LoginEvent
{
}