Files
BeWoPlaner/AICore/Context/Entry/OrganisationDetailContextEntry.cs
2025-07-25 14:27:57 +02:00

10 lines
152 B
C#

using BeWo.Data.Entities;
namespace AICore.Context.Entry
{
public class OrganisationDetailContextEntry : DetailContextEntry<Organisation>
{
}
}