feat: GUID

This commit is contained in:
2026-03-02 14:23:15 +01:00
parent f6b70fa387
commit 48be020dc4
7 changed files with 158 additions and 44 deletions

12
CarManagerV3/Class1.cs Normal file
View File

@@ -0,0 +1,12 @@
using System;
using System.Collections.Generic;
using System.Linq;
using System.Text;
using System.Threading.Tasks;
namespace CarManagerV3
{
internal class LegacyException : Exception
{
}
}