예제 #1
0
 public PositionService()
 {
     _context = new GADbContext();
 }
예제 #2
0
 public DepartmentService()
 {
     _context = new GADbContext();
 }
예제 #3
0
 public EducationService()
 {
     _context = new GADbContext();
 }