public RoomService(IngressoWebContext context) { Context = context; }
public MovieService(IngressoWebContext context) { Context = context; }
public SessionService(IngressoWebContext context) { Context = context; }