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