laatzen/Common/Ui/GenesisToolBox/Infrastructure/IIdentityForm.cs
2024-02-20 13:36:04 +01:00

13 lines
220 B
C#

using System;
using System.Collections.Generic;
using System.Linq;
using System.Text;
using System.Threading.Tasks;
namespace Xylem.Common.Ui.GenesisToolBox.Infrastructure
{
interface IIdentityForm
{
}
}