コード例 #1
0
 public EmployeeLayer()
 {
     db = new Core.testEntities();
 }
コード例 #2
0
 public SettingLayer()
 {
     db = new Core.testEntities();
 }