Example #1
0
 public BloggerExpressDatabaseContext Init()
 {
     return(dbContext ?? (dbContext = new BloggerExpressDatabaseContext()));
 }