public SongReqController(SunrinMPReqContext context)
 {
     _context = context;
 }
Beispiel #2
0
 public RoomController(SunrinMPReqContext context)
 {
     rng      = new Random();
     _context = context;
 }