Exemple #1
0
 public CommandService(ICommandOutputStrategy outputStrategy)
 {
     this.ioService      = new IoService();
     this.outputStrategy = outputStrategy;
 }
Exemple #2
0
		public CommandService (ICommandOutputStrategy outputStrategy)
		{
			this.ioService = new IoService();	
			this.outputStrategy = outputStrategy;
		}