common/Ui/GenesisToolBox/Infrastructure/IIdentityForm.cs
2026-04-23 17:50:07 +02:00

7 lines
103 B
C#

namespace Xylem.Common.Ui.GenesisToolBox.Infrastructure
{
interface IIdentityForm
{
}
}