Ejemplo n.º 1
0
 public DownloadFileCommand(string input, string[] data, Tester judge, StudentsRepository repository,
                            DownloadManager downloadManager, IOManager ioManager)
     : base(input, data, judge, repository, downloadManager, ioManager)
 {
 }
Ejemplo n.º 2
0
 public ChangeRelativePathCommand(string input, string[] data, Tester tester, StudentsRepository repository, DownloadManager downloadManager, IOManager ioManager) : base(input, data, tester, repository, downloadManager, ioManager)
 {
 }
Ejemplo n.º 3
0
 public DownloadAsynchCommand(string input, string[] data, Tester tester, StudentsRepository repository, DownloadManager downloadManager, IOManager ioManager) : base(input, data, tester, repository, downloadManager, ioManager)
 {
 }