AerialForWindows.Controllers.AllScreenDifferentMoviesController.AllScreenDifferentMoviesController C# (CSharp) Method

AllScreenDifferentMoviesController() public method

public AllScreenDifferentMoviesController ( MovieManager movieManager, int screens ) : System
movieManager AerialForWindows.Services.MovieManager
screens int
return System
        public AllScreenDifferentMoviesController(MovieManager movieManager, int screens)
            : base(movieManager, screens)
        {
        }
AllScreenDifferentMoviesController