Lyyyi пре 14 часа
родитељ
комит
e42cc54c27
1 измењених фајлова са 2 додато и 13 уклоњено
  1. 2 13
      OASystem/OASystem.Api/Controllers/SearchController.cs

+ 2 - 13
OASystem/OASystem.Api/Controllers/SearchController.cs

@@ -1,23 +1,12 @@
-using EyeSoft.Collections.Generic;
-using Humanizer;
-using Microsoft.AspNetCore.Http;
-using Microsoft.AspNetCore.Mvc;
-using NPOI.SS.Formula.Functions;
-using NPOI.Util;
-using OASystem.API.OAMethodLib;
-using OASystem.API.OAMethodLib.DeepSeekAPI;
+using OASystem.API.OAMethodLib;
 using OASystem.API.OAMethodLib.GenericSearch;
 using OASystem.Domain.AesEncryption;
 using OASystem.Domain.Entities.Customer;
-using OASystem.Domain.Entities.Financial;
 using OASystem.Domain.Entities.Groups;
-using OASystem.Domain.ViewModels.Groups;
 using OASystem.Domain.ViewModels.Search;
 using OASystem.Infrastructure.Repositories.CRM;
 using OASystem.Infrastructure.Repositories.Groups;
-using OASystem.Infrastructure.Repositories.System;
 using System.Diagnostics;
-using static iTextSharp.text.pdf.AcroFields;
 
 namespace OASystem.API.Controllers
 {
@@ -800,7 +789,7 @@ namespace OASystem.API.Controllers
         /// <returns></returns>
         [HttpGet("GroupEnterExitCostKeywordSearch/{currUserId}/{keyword}")]
         [ProducesResponseType(typeof(JsonView), StatusCodes.Status200OK)]
-        public async Task<IActionResult> GroupEnterExitCostKeywordSearch(int currUserId,string keyword)
+        public async Task<IActionResult> GroupEnterExitCostKeywordSearch(int currUserId, string keyword)
         {
             try
             {