Esempio n. 1
0
 public MenuDal()
 {
     db = new CProDbContext();
 }
Esempio n. 2
0
 public UserDal()
 {
     db = new CProDbContext();
 }