add financial statement controller

This commit is contained in:
MahanCh
2025-07-13 14:17:52 +03:30
parent 00012cef52
commit fb52e99c68
10 changed files with 302 additions and 49 deletions

View File

@@ -1,8 +1,9 @@
using Microsoft.AspNetCore.Mvc;
using Microsoft.AspNetCore.Authorization;
using Microsoft.AspNetCore.Mvc;
namespace ServiceHost.BaseControllers;
//[Authorize(Policy = "ClientArea")]
[Authorize(Policy = "ClientArea")]
[Area("Client")]
[ApiExplorerSettings(GroupName = "Client")]
[Route("api/[area]/[controller]")]