Database updates

This commit is contained in:
Andre Beging
2022-04-02 15:27:18 +02:00
parent a5fd6421bd
commit 72e1df3def
14 changed files with 229 additions and 28 deletions

View File

@@ -1,15 +1,8 @@
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
namespace FoodsharingSiegen.Contracts.Entity
{
public partial class Prospect
{
public bool Complete => Interactions?.Any(x => x.Type == InteractionType.Complete) == true;
}
}