コード例 #1
0
 public DataAccess()
 {
     ctx = new NorthwindEntities(); 
 }
 public TestController()
 {
     ctx = new NorthwindEntities(); 
 }