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 디비데이터를데이터테이블로만듬(); } }