Allow Prospect Warnings

This commit is contained in:
Andre Beging
2022-06-11 06:00:54 +02:00
parent 4a9fe8bed4
commit 7c762e7d28
7 changed files with 259 additions and 15 deletions

View File

@@ -161,6 +161,7 @@ namespace FoodsharingSiegen.Server.Data.Service
entityProspect.Memo = prospect.Memo;
entityProspect.Name = prospect.Name;
entityProspect.FsId = prospect.FsId;
entityProspect.Warning = prospect.Warning;
var saveR = await Context.SaveChangesAsync();