示例#1
0
 public MemberController()
 {
     db = new creo_dataEntities();
 }
示例#2
0
 public HomeController()
 {
     db = new creo_dataEntities();
 }