예제 #1
0
 public EmployeeLayer()
 {
     db = new Core.testEntities();
 }
예제 #2
0
 public SettingLayer()
 {
     db = new Core.testEntities();
 }