Ejemplo n.º 1
0
 public UserLanguageService(OnlineKariyerDbContext context)
 {
     _context = context;
 }
Ejemplo n.º 2
0
 public JobAdvertService(OnlineKariyerDbContext context)
 {
     _context = context;
 }
Ejemplo n.º 3
0
 public UserDetailService(OnlineKariyerDbContext context)
 {
     _context = context;
 }
Ejemplo n.º 4
0
 public UserEducationService(OnlineKariyerDbContext context)
 {
     _context = context;
 }
Ejemplo n.º 5
0
 public UserExperienceService(OnlineKariyerDbContext context)
 {
     _context = context;
 }
Ejemplo n.º 6
0
 public UserCertificationService(OnlineKariyerDbContext context)
 {
     _context = context;
 }
Ejemplo n.º 7
0
 public UserInfoService(OnlineKariyerDbContext context)
 {
     _context = context;
 }