Example #1
0
 public CommandService(ICommandOutputStrategy outputStrategy)
 {
     this.ioService      = new IoService();
     this.outputStrategy = outputStrategy;
 }
Example #2
0
 public JsonService(IoService ioService)
 {
     this.ioService = ioService;
     this.config    = new SyncConfig();
 }
Example #3
0
		public CommandService (ICommandOutputStrategy outputStrategy)
		{
			this.ioService = new IoService();	
			this.outputStrategy = outputStrategy;
		}
Example #4
0
		public JsonService (IoService ioService)
		{
			this.ioService = ioService;
			this.config = new SyncConfig();
		}