Exemplo n.º 1
0
 // here we can "inject" our context service into the constructor
 public HomeController(ThisContext context)
 {
     db = context;
 }
Exemplo n.º 2
0
 public ThisContextNode newThisContextNode()
 {
     return(new ThisContextNode(this, ThisContext.newOccurrenceIn(Scope)));
 }