예제 #1
0
 public DataTable GetList_S(Studnet s)
 {
     DB.IDB dd = new DB.DBByHandClose(AppSetting.con);
     return(dd.ExecuteToTable($"select * from Student "));
 }