public StatusComicDAO()
 {
     WcDbContext = new WCDbContext();
 }
Exemple #2
0
 public CommentDAO()
 {
     WcDbContext = new WCDbContext();
 }
Exemple #3
0
 public RoleDAO()
 {
     WcDbContext = new WCDbContext();
 }
 public WCDbContext Init()
 {
     return(dbContext ?? (dbContext = new WCDbContext()));
 }
Exemple #5
0
 public ComicDAO()
 {
     WcDbContext = new WCDbContext();
 }
 public StatusUserDAO()
 {
     WcDbContext = new WCDbContext();
 }
Exemple #7
0
 public ChapterDAO()
 {
     WcDbContext = new WCDbContext();
 }
Exemple #8
0
 public UserDAO()
 {
     WcDbContext = new WCDbContext();
 }
 public CategoryDAO()
 {
     WcDbContext = new WCDbContext();
 }
Exemple #10
0
 public NationDAO()
 {
     WcDbContext = new WCDbContext();
 }