Entities vereinfacht (kein Entity Developer mehr)

This commit is contained in:
Andre Beging
2022-05-21 13:56:21 +02:00
parent 21f4906277
commit f23f225098
36 changed files with 416 additions and 2255 deletions

View File

@@ -78,14 +78,14 @@ namespace FoodsharingSiegen.Server.Dialogs
{
Type = type,
Date = DateTime.UtcNow,
ProspectId = prospectId.Value
ProspectID = prospectId.Value
};
await ModalReference.Show();
}
private async Task AddInteraction()
{
Interaction.UserId = SelectedUser;
Interaction.UserID = SelectedUser;
await OnAdd.InvokeAsync(Interaction);
await ModalReference.Hide();