public StatusDAO()
 {
     dbContext = new StoriesEntities1();
 }
Example #2
0
 public ComicDAO()
 {
     dbContext = new StoriesEntities1();
 }
Example #3
0
 public CategoriesDAO()
 {
     dbContext = new StoriesEntities1();
 }
 public AuthorsDAO()
 {
     dbContext = new StoriesEntities1();
 }