Example #1
0
 public HomeController(SprofeContext context)
 {
     this._context = context;
 }
Example #2
0
 public IndexInsideController(SprofeContext context)
 {
     this._context = context;
 }