초기 커밋.
This commit is contained in:
@@ -0,0 +1,16 @@
|
||||
using System;
|
||||
using System.Collections.Generic;
|
||||
using System.Data;
|
||||
using System.Linq;
|
||||
using System.Text;
|
||||
using System.Threading.Tasks;
|
||||
|
||||
namespace LolDataRequestLib
|
||||
{
|
||||
internal interface IResponseData
|
||||
{
|
||||
|
||||
DataTable 디비데이터를데이터테이블로만듬();
|
||||
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user