User editing fixed
This commit is contained in:
@@ -2,7 +2,7 @@
|
||||
// This is auto-generated code.
|
||||
//------------------------------------------------------------------------------
|
||||
// This code was generated by Entity Developer tool using EF Core template.
|
||||
// Code is generated on: 01.04.2022 16:25:00
|
||||
// Code is generated on: 01.04.2022 16:41:05
|
||||
//
|
||||
// Changes to this file may cause incorrect behavior and will be lost if
|
||||
// the code is regenerated.
|
||||
@@ -21,8 +21,9 @@ namespace FoodsharingSiegen.Contracts.Entity
|
||||
public enum UserType : int
|
||||
{
|
||||
Unverified = 0,
|
||||
User = 1,
|
||||
Admin = 2,
|
||||
Superadmin = 3
|
||||
ReadOnly = 10,
|
||||
WelcomeTeam = 20,
|
||||
StoreManager = 30,
|
||||
Admin = 40
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user