Database updates
This commit is contained in:
49
FoodsharingSiegen.Contracts/Entity/Interaction.Generated.cs
Normal file
49
FoodsharingSiegen.Contracts/Entity/Interaction.Generated.cs
Normal file
@@ -0,0 +1,49 @@
|
||||
//------------------------------------------------------------------------------
|
||||
// This is auto-generated code.
|
||||
//------------------------------------------------------------------------------
|
||||
// This code was generated by Entity Developer tool using EF Core template.
|
||||
// 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.
|
||||
//------------------------------------------------------------------------------
|
||||
|
||||
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 Interaction {
|
||||
|
||||
public Interaction()
|
||||
{
|
||||
OnCreated();
|
||||
}
|
||||
|
||||
public virtual Guid Id { get; set; }
|
||||
|
||||
public virtual DateTime Date { get; set; }
|
||||
|
||||
public virtual Guid UserId { get; set; }
|
||||
|
||||
public virtual InteractionType Type { get; set; }
|
||||
|
||||
public virtual Guid ProspectId { get; set; }
|
||||
|
||||
public virtual User User { get; set; }
|
||||
|
||||
public virtual Prospect Prospect { get; set; }
|
||||
|
||||
#region Extensibility Method Definitions
|
||||
|
||||
partial void OnCreated();
|
||||
|
||||
#endregion
|
||||
}
|
||||
|
||||
}
|
||||
Reference in New Issue
Block a user