예제 #1
0
 public UserLanguageService(OnlineKariyerDbContext context)
 {
     _context = context;
 }
예제 #2
0
 public JobAdvertService(OnlineKariyerDbContext context)
 {
     _context = context;
 }
예제 #3
0
 public UserDetailService(OnlineKariyerDbContext context)
 {
     _context = context;
 }
예제 #4
0
 public UserEducationService(OnlineKariyerDbContext context)
 {
     _context = context;
 }
예제 #5
0
 public UserExperienceService(OnlineKariyerDbContext context)
 {
     _context = context;
 }
예제 #6
0
 public UserCertificationService(OnlineKariyerDbContext context)
 {
     _context = context;
 }
예제 #7
0
 public UserInfoService(OnlineKariyerDbContext context)
 {
     _context = context;
 }