//------------------------------------------------------------------------------
// This is auto-generated code.
//------------------------------------------------------------------------------
// This code was generated by Entity Developer tool using EF Core template.
// Code is generated on: 11.04.2022 17:16:51
//
// 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
{
///
/// The user group enum
///
public enum UserGroup : int
{
///
/// The read only user group
///
ReadOnly = 100,
///
/// The welcome team user group
///
WelcomeTeam = 200,
///
/// The store manager user group
///
StoreManager = 300,
///
/// The ambassador user group
///
Ambassador = 400
}
}