31 lines
913 B
C#
31 lines
913 B
C#
//------------------------------------------------------------------------------
|
|
// This is auto-generated code.
|
|
//------------------------------------------------------------------------------
|
|
// This code was generated by Entity Developer tool using EF Core template.
|
|
// Code is generated on: 02.04.2022 14:16:15
|
|
//
|
|
// 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 UserType : int
|
|
{
|
|
Unverified = 0,
|
|
ReadOnly = 10,
|
|
WelcomeTeam = 20,
|
|
StoreManager = 30,
|
|
Ambassador = 40,
|
|
Admin = 50
|
|
}
|
|
}
|