コード例 #1
0
 public RoomListConfigRepository(IRoomMatchContext context) : base(context.RoomListConfigs)
 {
 }
コード例 #2
0
 public CoinsRangeConfigRepository(IRoomMatchContext context) : base(context.CoinsRangeConfigs)
 {
 }