Allow Prospect Warnings
This commit is contained in:
@@ -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();
|
||||
|
||||
|
||||
Reference in New Issue
Block a user