public TrackController(remnz1Context context) { _context = context; }
public UserSubSkillController(remnz1Context context) { _context = context; }
public RoleController(remnz1Context context) { _context = context; }
// GET: api/values public LoginController(remnz1Context context, IOptions <JWTSettings> jwtsettings) { _context = context; _jwtsettings = jwtsettings.Value; }
public EmpUsersController(remnz1Context context) { _context = context; }
public PrProjectController(remnz1Context context) { _context = context; }
public FoRoleSubskillController(remnz1Context context) { _context = context; }
public SkillController(remnz1Context context) { _context = context; }