Example #1
0
 public UserDao()
 {
     db = new TDCD_DbContext();
 }
Example #2
0
 public MangaDao()
 {
     db = new TDCD_DbContext();
 }