fix AutoController

This commit is contained in:
honzapatCZ 2024-09-14 19:48:23 +02:00
parent abfa14de23
commit 7e81f8f043

View File

@ -10,6 +10,7 @@ using Microsoft.AspNetCore.Mvc;
using Microsoft.EntityFrameworkCore; using Microsoft.EntityFrameworkCore;
using NejAccountingAPI.Controllers; using NejAccountingAPI.Controllers;
using NejAccountingAPI.Models; using NejAccountingAPI.Models;
using NejCommon.Models;
using NejCommon.Utils; using NejCommon.Utils;
using Swashbuckle.AspNetCore.Annotations; using Swashbuckle.AspNetCore.Annotations;