This commit is contained in:
elias
2023-08-06 23:12:45 +02:00
parent c8242217a5
commit 3c22d881ae
7 changed files with 222 additions and 8 deletions

View File

@@ -15,7 +15,6 @@ namespace Nevyn.Controllers
public class MoneyController : ControllerBase
{
private readonly MoneyContext _context;
public MoneyController(MoneyContext context)
{
_context = context;