[성현모] TRA Extract

This commit is contained in:
SHM
2026-02-10 13:16:41 +09:00
parent 312a7a942f
commit 580257fff2
6 changed files with 199 additions and 3 deletions

View File

@ -0,0 +1,17 @@
using System;
using System.Collections.Generic;
using System.Linq;
using System.Text;
using System.Threading.Tasks;
namespace SystemX.Product.CP.TRA.Extract
{
internal class Program
{
static void Main(string[] args)
{
DBService dbS = new DBService();
dbS.GetLargeData();
}
}
}