Esempio n. 1
0
 public StatusDAO()
 {
     dbContext = new StoriesEntities1();
 }
Esempio n. 2
0
 public ComicDAO()
 {
     dbContext = new StoriesEntities1();
 }
Esempio n. 3
0
 public CategoriesDAO()
 {
     dbContext = new StoriesEntities1();
 }
 public AuthorsDAO()
 {
     dbContext = new StoriesEntities1();
 }