Example #1
0
 public Service()
 {
     da = new SysDataAdapter();
 }
 public DataController()
 {
     da = new SysDataAdapter();
 }