Exemplo n.º 1
0
 public BaseHandlerService(IFileOutputService fileOutputService)
 {
     this.fileOutputService = fileOutputService;
 }
Exemplo n.º 2
0
 public FileInputHandlerService(IFileOutputService fileOutputService) : base(fileOutputService)
 {
 }