示例#1
0
 public ScenarioRepository(PRM_JourneyToTheWestContext context)
 {
     _context = context;
 }
 public ToolRepositoryRepo(PRM_JourneyToTheWestContext context)
 {
     _context = context;
 }
 public ToolScenarioDetailRepository(PRM_JourneyToTheWestContext context)
 {
     _context = context;
 }
示例#4
0
 public LoginController(PRM_JourneyToTheWestContext context)
 {
     _context = context;
 }
 public ActorRepository(PRM_JourneyToTheWestContext context)
 {
     _context = context;
 }