Database updates

This commit is contained in:
Andre Beging
2022-04-01 16:35:09 +02:00
parent 33c631aaf6
commit 5a1c79ad20
15 changed files with 646 additions and 1523 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: 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,6 +22,7 @@ namespace FoodsharingSiegen.Contracts.Entity
public Prospect()
{
this.Interactions = new List<Interaction>();
OnCreated();
}
@@ -33,7 +34,7 @@ namespace FoodsharingSiegen.Contracts.Entity
public virtual Guid ProgressId { get; set; }
public virtual InteractionProcess Progress { get; set; }
public virtual IList<Interaction> Interactions { get; set; }
#region Extensibility Method Definitions