예제 #1
0
 public EducationService()
 {
     _context = new GADbContext();
 }
예제 #2
0
파일: GAService.cs 프로젝트: imatary/work
 public GAService()
 {
     _gaDbContext = new GADbContext();
 }
예제 #3
0
 public PositionService()
 {
     _context = new GADbContext();
 }
예제 #4
0
 public DepartmentService()
 {
     _context = new GADbContext();
 }