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