コード例 #1
0
 public Users()
 {
     db = new P2Context();
 }
コード例 #2
0
 public UserTypes()
 {
     db = new P2Context();
 }
コード例 #3
0
 public Products()
 {
     db = new P2Context();
 }