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