Пример #1
0
 public Users()
 {
     db = new P2Context();
 }
Пример #2
0
 public UserTypes()
 {
     db = new P2Context();
 }
Пример #3
0
 public Products()
 {
     db = new P2Context();
 }