Beispiel #1
0
 public HallController(HallContext ORM)
 {
     _ORM = ORM;
 }
Beispiel #2
0
 public HallManager(HallContext hallContext)
 {
     _hallContext = hallContext;
 }