This commit is contained in:
elias
2023-01-31 15:38:35 +01:00
parent 156124534b
commit c8242217a5

View File

@@ -31,6 +31,9 @@ namespace Nevyn.Controllers
{
wallet = new Wallet();
wallet.updateFromDatabase();
_context.UpdateWallet.Add(wallet);
await _context.SaveChangesAsync();
}
return ItemToDTO(wallet);
}