Exemplo n.º 1
0
 public FmsService(ITextFileWriter textFileWriter)
 {
     _textFileWriter = textFileWriter.MustNotBeNull(nameof(textFileWriter));
 }