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