laatzen/LaaProductionWeb/LaaProductionWeb.Services/Interfaces/ISingleton.cs
2023-05-03 08:21:21 +02:00

7 lines
98 B
C#

namespace LaaProductionWeb.Services.Interfaces
{
public interface ISingleton
{
}
}