Database update

This commit is contained in:
Andre Beging
2022-04-11 15:50:09 +02:00
parent 208ea99a42
commit 1b2c6c4062
13 changed files with 232 additions and 7 deletions

View File

@@ -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: 05.04.2022 16:38:00
// Code is generated on: 11.04.2022 13:40:57
//
// Changes to this file may cause incorrect behavior and will be lost if
// the code is regenerated.

View File

@@ -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: 05.04.2022 16:38:00
// Code is generated on: 11.04.2022 13:40:57
//
// Changes to this file may cause incorrect behavior and will be lost if
// the code is regenerated.

View File

@@ -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: 05.04.2022 16:38:00
// Code is generated on: 11.04.2022 13:40:57
//
// Changes to this file may cause incorrect behavior and will be lost if
// the code is regenerated.

View File

@@ -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: 05.04.2022 16:38:00
// Code is generated on: 11.04.2022 13:40:57
//
// Changes to this file may cause incorrect behavior and will be lost if
// the code is regenerated.
@@ -42,6 +42,8 @@ namespace FoodsharingSiegen.Contracts.Entity
public virtual string Groups { get; set; }
public virtual bool ForceLogout { get; set; }
public virtual IList<Interaction> Interactions { get; set; }
#region Extensibility Method Definitions

View File

@@ -38,5 +38,15 @@ namespace FoodsharingSiegen.Contracts.Entity
}
#endregion
#region Public Method Clone
/// <summary>
/// Clones this instance (a. beging, 11.04.2022)
/// </summary>
/// <returns>The user</returns>
public User Clone() => (User) MemberwiseClone();
#endregion
}
}

View File

@@ -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: 05.04.2022 16:38:00
// Code is generated on: 11.04.2022 13:40:57
//
// Changes to this file may cause incorrect behavior and will be lost if
// the code is regenerated.

View File

@@ -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: 05.04.2022 16:38:00
// Code is generated on: 11.04.2022 13:40:57
//
// Changes to this file may cause incorrect behavior and will be lost if
// the code is regenerated.