Beispiel #1
0
 public StrengthsController(StrengthsContext strengthsContext)
 {
     _strengthsContext = strengthsContext;
 }
Beispiel #2
0
 // public constructor that pulls in the injected database
 public StrengthsHub(StrengthsContext strengthsContext)
 {
     this._strengthsContext = strengthsContext;
 }