10 lines
152 B
C#
10 lines
152 B
C#
using BeWo.Data.Entities;
|
|
|
|
namespace AICore.Context.Entry
|
|
{
|
|
public class OrganisationDetailContextEntry : DetailContextEntry<Organisation>
|
|
{
|
|
|
|
}
|
|
}
|