Bladeren bron

Git Submit Test

Lyyyi 1 dag geleden
bovenliggende
commit
ac47fe3955
1 gewijzigde bestanden met toevoegingen van 0 en 3 verwijderingen
  1. 0 3
      OASystem/OASystem.Api/Controllers/FinancialController.cs

+ 0 - 3
OASystem/OASystem.Api/Controllers/FinancialController.cs

@@ -12,7 +12,6 @@ using OASystem.API.OAMethodLib.QiYeWeChatAPI.AppNotice;
 using OASystem.Domain.AesEncryption;
 using OASystem.Domain.Dtos.Financial;
 using OASystem.Domain.Dtos.Groups;
-using OASystem.Domain.Entities;
 using OASystem.Domain.Entities.Customer;
 using OASystem.Domain.Entities.Financial;
 using OASystem.Domain.Entities.Groups;
@@ -28,9 +27,7 @@ using System.Data.OleDb;
 using System.Diagnostics;
 using System.Globalization;
 using System.IO.Compression;
-using System.Text.RegularExpressions;
 using static OASystem.API.OAMethodLib.JWTHelper;
-using static OpenAI.GPT3.ObjectModels.SharedModels.IOpenAiModels;
 
 namespace OASystem.API.Controllers
 {