Esempio n. 1
0
 public StatusComicDAO()
 {
     WcDbContext = new WCDbContext();
 }
Esempio n. 2
0
 public CommentDAO()
 {
     WcDbContext = new WCDbContext();
 }
Esempio n. 3
0
 public RoleDAO()
 {
     WcDbContext = new WCDbContext();
 }
 public WCDbContext Init()
 {
     return(dbContext ?? (dbContext = new WCDbContext()));
 }
Esempio n. 5
0
 public ComicDAO()
 {
     WcDbContext = new WCDbContext();
 }
Esempio n. 6
0
 public StatusUserDAO()
 {
     WcDbContext = new WCDbContext();
 }
Esempio n. 7
0
 public ChapterDAO()
 {
     WcDbContext = new WCDbContext();
 }
Esempio n. 8
0
 public UserDAO()
 {
     WcDbContext = new WCDbContext();
 }
Esempio n. 9
0
 public CategoryDAO()
 {
     WcDbContext = new WCDbContext();
 }
Esempio n. 10
0
 public NationDAO()
 {
     WcDbContext = new WCDbContext();
 }