AccessHelper.cs
1
}
SqlHelper.cs
1
using System;
2
using System.Data;
3
using System.Data.SqlClient;
4
using System.Collections.Generic;
5
using System.Configuration;
6
using System.Linq;
7
using System.Text;
8
using System.Xml;
9
10
2
3
4
5
6
7
8
9
10