public HomeController(PangeaContext context)
 {
     _context = context;
 }
예제 #2
0
 public PurgeDataController(PangeaContext context)
 {
     _context = context;
 }
예제 #3
0
 public LoadDataController(PangeaContext context, IGithubClient githubClient)
 {
     _context      = context;
     _githubClient = githubClient;
 }