Пример #1
0
 public MenuDal()
 {
     db = new CProDbContext();
 }
Пример #2
0
 public UserDal()
 {
     db = new CProDbContext();
 }