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