예제 #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;
 }
예제 #5
0
 public ActorRepository(PRM_JourneyToTheWestContext context)
 {
     _context = context;
 }