Database updates
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: 24.01.2022 08:57:25
|
||||
// Code is generated on: 01.04.2022 16:25:00
|
||||
//
|
||||
// Changes to this file may cause incorrect behavior and will be lost if
|
||||
// the code is regenerated.
|
||||
@@ -22,7 +22,7 @@ namespace FoodsharingSiegen.Contracts.Entity
|
||||
|
||||
public User()
|
||||
{
|
||||
this.InteractionDates = new List<InteractionDate>();
|
||||
this.Interactions = new List<Interaction>();
|
||||
OnCreated();
|
||||
}
|
||||
|
||||
@@ -38,7 +38,7 @@ namespace FoodsharingSiegen.Contracts.Entity
|
||||
|
||||
public virtual DateTime Created { get; set; }
|
||||
|
||||
public virtual IList<InteractionDate> InteractionDates { get; set; }
|
||||
public virtual IList<Interaction> Interactions { get; set; }
|
||||
|
||||
#region Extensibility Method Definitions
|
||||
|
||||
|
||||
Reference in New Issue
Block a user