Example #1
0
 public CrudDao()
 {
     _svc = new crud.QuerySvc();
     _svc.CookieContainer = new System.Net.CookieContainer();
 }
Example #2
0
 public CrudDao()
 {
     _svc = new crud.QuerySvc();
     _svc.CookieContainer = new System.Net.CookieContainer();
 }