Beispiel #1
0
 public PotentialConnectionRepository(ArachneContext arachneContext)
 {
     _arachneContext = arachneContext;
 }
Beispiel #2
0
 public UserRepository(ArachneContext arachneContext)
 {
     _arachneContext = arachneContext;
 }