Beispiel #1
0
 public PlayerRequestRepository(RequestScope <EfContext> requestScope)
     : base(requestScope)
 {
 }
Beispiel #2
0
 public MatchRequestRepository(RequestScope <EfContext> requestScope)
     : base(requestScope)
 {
 }
Beispiel #3
0
 public GameStateRepository(RequestScope <EfContext> requestScope)
     : base(requestScope)
 {
 }
 public RoleRepository(RequestScope <EfContext> requestScope)
     : base(requestScope)
 {
 }
Beispiel #5
0
 public UserProfileRepository(RequestScope <EfContext> requestScope)
     : base(requestScope)
 {
 }