コード例 #1
0
 public Service()
 {
     da = new SysDataAdapter();
 }
コード例 #2
0
 public DataController()
 {
     da = new SysDataAdapter();
 }