Entities vereinfacht (kein Entity Developer mehr)
This commit is contained in:
@@ -1,4 +1,4 @@
|
||||
//------------------------------------------------------------------------------
|
||||
//------------------------------------------------------------------------------
|
||||
// This is auto-generated code.
|
||||
//------------------------------------------------------------------------------
|
||||
// This code was generated by Entity Developer tool using EF Core template.
|
||||
@@ -18,11 +18,26 @@ using System.Linq.Expressions;
|
||||
|
||||
namespace FoodsharingSiegen.Contracts.Entity
|
||||
{
|
||||
/// <summary>
|
||||
/// The user group enum
|
||||
/// </summary>
|
||||
public enum UserGroup : int
|
||||
{
|
||||
/// <summary>
|
||||
/// The read only user group
|
||||
/// </summary>
|
||||
ReadOnly = 100,
|
||||
/// <summary>
|
||||
/// The welcome team user group
|
||||
/// </summary>
|
||||
WelcomeTeam = 200,
|
||||
/// <summary>
|
||||
/// The store manager user group
|
||||
/// </summary>
|
||||
StoreManager = 300,
|
||||
/// <summary>
|
||||
/// The ambassador user group
|
||||
/// </summary>
|
||||
Ambassador = 400
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user