Example #1
0
 public DataSet FetchGlossary()
 {
     DataSet ds = new DataSet();
     GlossaryDAL gl = new GlossaryDAL();
     ds = gl.FetchGlossary();
     return ds;
 }
Example #2
0
    public DataSet FetchGlossary()
    {
        DataSet     ds = new DataSet();
        GlossaryDAL gl = new GlossaryDAL();

        ds = gl.FetchGlossary();
        return(ds);
    }