Beispiel #1
0
        public FileProcessor(
            IFileCommander fileCommander,
            IScoreProcessor scoreProcessor,
            IStudentInfoProcessor studentInfoProcessor)

        {
            this.studentInfoProcessor = studentInfoProcessor;
            this.fileCommander        = fileCommander;
            this.scoreProcessor       = scoreProcessor;
        }
Beispiel #2
0
 public FileManager(IFileCommander fileCommander)
 {
     this.fileCommander = fileCommander;
 }