public SQLBlogProvider()
 {
     //
     // TODO: Add constructor logic here
     //
     db = new BlogDataClassesDataContext();
 }
Example #2
0
 public SQLBlogProvider()
 {
     //
     // TODO: Add constructor logic here
     //
     db = new BlogDataClassesDataContext();
 }