Init
This commit is contained in:
37
FoodsharingSiegen.Contracts/Entity/User.Generated.cs
Normal file
37
FoodsharingSiegen.Contracts/Entity/User.Generated.cs
Normal file
@@ -0,0 +1,37 @@
|
||||
//------------------------------------------------------------------------------
|
||||
// This is auto-generated code.
|
||||
//------------------------------------------------------------------------------
|
||||
// This code was generated by Entity Developer tool using EF Core template.
|
||||
// Code is generated on: 10.01.2022 13:40:19
|
||||
//
|
||||
// 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 partial class User {
|
||||
|
||||
public User()
|
||||
{
|
||||
OnCreated();
|
||||
}
|
||||
|
||||
public virtual Guid Id { get; set; }
|
||||
|
||||
#region Extensibility Method Definitions
|
||||
|
||||
partial void OnCreated();
|
||||
|
||||
#endregion
|
||||
}
|
||||
|
||||
}
|
||||
15
FoodsharingSiegen.Contracts/Entity/User.cs
Normal file
15
FoodsharingSiegen.Contracts/Entity/User.cs
Normal file
@@ -0,0 +1,15 @@
|
||||
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 partial class User
|
||||
{
|
||||
}
|
||||
}
|
||||
28
FoodsharingSiegen.Contracts/Entity/UserType.cs
Normal file
28
FoodsharingSiegen.Contracts/Entity/UserType.cs
Normal file
@@ -0,0 +1,28 @@
|
||||
//------------------------------------------------------------------------------
|
||||
// This is auto-generated code.
|
||||
//------------------------------------------------------------------------------
|
||||
// This code was generated by Entity Developer tool using EF Core template.
|
||||
// Code is generated on: 10.01.2022 13:40:19
|
||||
//
|
||||
// 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,
|
||||
User = 1,
|
||||
Admin = 2,
|
||||
Superadmin = 3
|
||||
}
|
||||
}
|
||||
7
FoodsharingSiegen.Contracts/Entity/dfg.cs
Normal file
7
FoodsharingSiegen.Contracts/Entity/dfg.cs
Normal file
@@ -0,0 +1,7 @@
|
||||
namespace FoodsharingSiegen.Contracts.Entity
|
||||
{
|
||||
public class dfg
|
||||
{
|
||||
|
||||
}
|
||||
}
|
||||
@@ -0,0 +1,9 @@
|
||||
<Project Sdk="Microsoft.NET.Sdk">
|
||||
|
||||
<PropertyGroup>
|
||||
<TargetFramework>net6.0</TargetFramework>
|
||||
<ImplicitUsings>enable</ImplicitUsings>
|
||||
<Nullable>enable</Nullable>
|
||||
</PropertyGroup>
|
||||
|
||||
</Project>
|
||||
Reference in New Issue
Block a user