コード例 #1
0
 public PotentialConnectionRepository(ArachneContext arachneContext)
 {
     _arachneContext = arachneContext;
 }
コード例 #2
0
ファイル: UserRepository.cs プロジェクト: RensR/Arachne
 public UserRepository(ArachneContext arachneContext)
 {
     _arachneContext = arachneContext;
 }