AerialForWindows.Controllers.AllScreenDifferentMoviesController.AllScreenDifferentMoviesController C# (CSharp) 메소드

AllScreenDifferentMoviesController() 공개 메소드

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