Exemplo n.º 1
0
 public PageImplimentor()
 {
     pg = new Data.Survey.Page(conn);
 }
Exemplo n.º 2
0
 public DataTable LoadPage(int SurveyID)
 {
     Data.Survey.Page pg = new Data.Survey.Page(conn);
     return(pg.GetPages(SurveyID));
 }