This commit is contained in:
Andre Beging
2022-01-10 14:42:16 +01:00
commit 96bc4e376c
50 changed files with 2048 additions and 0 deletions

View 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
}
}