diff --git a/FoodsharingSiegen.Contracts/Entity/InteractionDate.Generated.cs b/FoodsharingSiegen.Contracts/Entity/InteractionDate.Generated.cs new file mode 100644 index 0000000..6a88c01 --- /dev/null +++ b/FoodsharingSiegen.Contracts/Entity/InteractionDate.Generated.cs @@ -0,0 +1,39 @@ +//------------------------------------------------------------------------------ +// This is auto-generated code. +//------------------------------------------------------------------------------ +// This code was generated by Entity Developer tool using EF Core template. +// Code is generated on: 11.01.2022 07:46:42 +// +// 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; } + + #region Extensibility Method Definitions + + partial void OnCreated(); + + #endregion + } + +} diff --git a/FoodsharingSiegen.Contracts/Entity/InteractionDate.cs b/FoodsharingSiegen.Contracts/Entity/InteractionDate.cs new file mode 100644 index 0000000..9033328 --- /dev/null +++ b/FoodsharingSiegen.Contracts/Entity/InteractionDate.cs @@ -0,0 +1,15 @@ +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 + { + } +} diff --git a/FoodsharingSiegen.Contracts/Entity/InteractionProcess.Generated.cs b/FoodsharingSiegen.Contracts/Entity/InteractionProcess.Generated.cs new file mode 100644 index 0000000..c149f3b --- /dev/null +++ b/FoodsharingSiegen.Contracts/Entity/InteractionProcess.Generated.cs @@ -0,0 +1,61 @@ +//------------------------------------------------------------------------------ +// This is auto-generated code. +//------------------------------------------------------------------------------ +// This code was generated by Entity Developer tool using EF Core template. +// Code is generated on: 11.01.2022 07:46:42 +// +// 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 InteractionProcess { + + public InteractionProcess() + { + OnCreated(); + } + + public virtual Guid Id { get; set; } + + public virtual Guid EinAb1Id { get; set; } + + public virtual Guid EinAb2Id { get; set; } + + public virtual Guid EinAb3Id { get; set; } + + public virtual Guid WelcomeId { get; set; } + + public virtual Guid VerifyId { get; set; } + + public virtual Guid PassId { get; set; } + + public virtual InteractionDate EinAb1 { get; set; } + + public virtual InteractionDate EinAb2 { get; set; } + + public virtual InteractionDate EinAb3 { get; set; } + + public virtual InteractionDate Welcome { get; set; } + + public virtual InteractionDate Verify { get; set; } + + public virtual InteractionDate Pass { get; set; } + + #region Extensibility Method Definitions + + partial void OnCreated(); + + #endregion + } + +} diff --git a/FoodsharingSiegen.Contracts/Entity/InteractionProcess.cs b/FoodsharingSiegen.Contracts/Entity/InteractionProcess.cs new file mode 100644 index 0000000..ad4e3d4 --- /dev/null +++ b/FoodsharingSiegen.Contracts/Entity/InteractionProcess.cs @@ -0,0 +1,15 @@ +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 InteractionProcess + { + } +} diff --git a/FoodsharingSiegen.Contracts/Entity/Prospect.Generated.cs b/FoodsharingSiegen.Contracts/Entity/Prospect.Generated.cs new file mode 100644 index 0000000..e7c6562 --- /dev/null +++ b/FoodsharingSiegen.Contracts/Entity/Prospect.Generated.cs @@ -0,0 +1,45 @@ +//------------------------------------------------------------------------------ +// This is auto-generated code. +//------------------------------------------------------------------------------ +// This code was generated by Entity Developer tool using EF Core template. +// Code is generated on: 11.01.2022 07:46:42 +// +// 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 Prospect { + + public Prospect() + { + OnCreated(); + } + + public virtual Guid Id { get; set; } + + public virtual int FsId { get; set; } + + public virtual string Name { get; set; } + + public virtual Guid ProgressId { get; set; } + + public virtual InteractionProcess Progress { get; set; } + + #region Extensibility Method Definitions + + partial void OnCreated(); + + #endregion + } + +} diff --git a/FoodsharingSiegen.Contracts/Entity/Prospect.cs b/FoodsharingSiegen.Contracts/Entity/Prospect.cs new file mode 100644 index 0000000..462181d --- /dev/null +++ b/FoodsharingSiegen.Contracts/Entity/Prospect.cs @@ -0,0 +1,15 @@ +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 Prospect + { + } +} diff --git a/FoodsharingSiegen.Contracts/Entity/User.Generated.cs b/FoodsharingSiegen.Contracts/Entity/User.Generated.cs index 1dd888d..bd06717 100644 --- a/FoodsharingSiegen.Contracts/Entity/User.Generated.cs +++ b/FoodsharingSiegen.Contracts/Entity/User.Generated.cs @@ -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: 10.01.2022 13:40:19 +// Code is generated on: 11.01.2022 07:46:42 // // Changes to this file may cause incorrect behavior and will be lost if // the code is regenerated. @@ -27,6 +27,12 @@ namespace FoodsharingSiegen.Contracts.Entity public virtual Guid Id { get; set; } + public virtual string Mail { get; set; } + + public virtual UserType Type { get; set; } + + public virtual string Verified { get; set; } + #region Extensibility Method Definitions partial void OnCreated(); diff --git a/FoodsharingSiegen.Contracts/Entity/UserType.cs b/FoodsharingSiegen.Contracts/Entity/UserType.cs index 0b964b0..4ddd129 100644 --- a/FoodsharingSiegen.Contracts/Entity/UserType.cs +++ b/FoodsharingSiegen.Contracts/Entity/UserType.cs @@ -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: 10.01.2022 13:40:19 +// Code is generated on: 11.01.2022 07:46:42 // // Changes to this file may cause incorrect behavior and will be lost if // the code is regenerated.