コード例 #1
0
 public FunkyController(NagivationContext nagivationContext)
 {
     //Context is injected into the constructor of the controller
     _nagivationContext = nagivationContext;
 }
コード例 #2
0
 public SomeController(NagivationContext context)
 {
     _context = context;
 }