Beispiel #1
0
 public RoomService(IngressoWebContext context)
 {
     Context = context;
 }
Beispiel #2
0
 public MovieService(IngressoWebContext context)
 {
     Context = context;
 }
Beispiel #3
0
 public SessionService(IngressoWebContext context)
 {
     Context = context;
 }