Beispiel #1
0
 public GetImageHandler(IStreamWrapperService streamWrapperService)
 {
     _streamWrapperService = streamWrapperService;
 }
Beispiel #2
0
 public GetTestInformationHandler(IStreamWrapperService streamWrapperService)
 {
     _streamWrapperService = streamWrapperService;
 }