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