Files
FoodsharingOnboarding/FoodsharingSiegen.Contracts/Entity/UserGroup.cs
2022-04-11 15:50:09 +02:00

29 lines
874 B
C#

//------------------------------------------------------------------------------
// This is auto-generated code.
//------------------------------------------------------------------------------
// This code was generated by Entity Developer tool using EF Core template.
// Code is generated on: 11.04.2022 13:40:57
//
// Changes to this file may cause incorrect behavior and will be lost if
// the code is regenerated.
//------------------------------------------------------------------------------
using System;
using System.Collections.Generic;
using System.ComponentModel;
using System.Data;
using System.Data.Common;
using System.Linq;
using System.Linq.Expressions;
namespace FoodsharingSiegen.Contracts.Entity
{
public enum UserGroup : int
{
ReadOnly = 100,
WelcomeTeam = 200,
StoreManager = 300,
Ambassador = 400
}
}