Entities vereinfacht (kein Entity Developer mehr)
This commit is contained in:
@@ -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();
|
||||
|
||||
Reference in New Issue
Block a user