Files
FoodsharingOnboarding/FoodsharingSiegen.Contracts/Entity/InteractionDate.Generated.cs
2022-01-24 10:15:19 +01:00

44 lines
1.1 KiB
C#

//------------------------------------------------------------------------------
// 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
//
// 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 InteractionDate {
public InteractionDate()
{
OnCreated();
}
public virtual Guid Id { get; set; }
public virtual DateTime Date { get; set; }
public virtual Guid UserId { get; set; }
public virtual User User { get; set; }
#region Extensibility Method Definitions
partial void OnCreated();
#endregion
}
}