article-, aval-, business-partner-, documents-, notications-, notification-settings- and order-Entitäten ohne Eigenschaft erstellen.

This commit is contained in:
tekh 2025-07-07 14:19:35 +02:00
parent c9a026577a
commit eeccbfb81a
7 changed files with 50 additions and 0 deletions

View File

@ -0,0 +1,8 @@
namespace Leanetec.EConnect.Domain.Entities;
/// <summary>
/// Represents business partner articles
/// </summary>
public class Article
{
}

View File

@ -0,0 +1,8 @@
namespace Leanetec.EConnect.Domain.Entities;
/// <summary>
/// Represents aval containers with volume information
/// </summary>
public class Aval
{
}

View File

@ -0,0 +1,8 @@
namespace Leanetec.EConnect.Domain.Entities;
/// <summary>
/// Represents business partners
/// </summary>
public class BusinessPartner
{
}

View File

@ -0,0 +1,8 @@
namespace Leanetec.EConnect.Domain.Entities;
/// <summary>
/// Represents documents of service ordrers
/// </summary>
public class Documents
{
}

View File

@ -0,0 +1,5 @@
namespace Leanetec.EConnect.Domain.Entities;
public class Notification
{
}

View File

@ -0,0 +1,5 @@
namespace Leanetec.EConnect.Domain.Entities;
public class NotificationSettings
{
}

View File

@ -0,0 +1,8 @@
namespace Leanetec.EConnect.Domain.Entities;
/// <summary>
/// Represents orders of tenants
/// </summary>
public class Order
{
}