Ejemplo n.º 1
0
 public GetImageHandler(IStreamWrapperService streamWrapperService)
 {
     _streamWrapperService = streamWrapperService;
 }
Ejemplo n.º 2
0
 public GetTestInformationHandler(IStreamWrapperService streamWrapperService)
 {
     _streamWrapperService = streamWrapperService;
 }