Ejemplo n.º 1
0
 public GetCameraGroupQueryHandler(IWebCamCatalog webCamCatalog)
 {
     _webCamCatalog = webCamCatalog;
 }
Ejemplo n.º 2
0
 public GetAllCamerasForGroupQueryHandler(IWebCamCatalog webCameraCatalog)
 {
     _webCameraCatalog = webCameraCatalog;
 }
Ejemplo n.º 3
0
 public GetCameraQueryHandler(IWebCamCatalog camCatalog)
 {
     _camCatalog = camCatalog;
 }
Ejemplo n.º 4
0
 public GetCameraImageQueryHandler(
     IWebCamCatalog camCatalog, IWebCamImageRetrievalService camImageService)
 {
     _camCatalog      = camCatalog;
     _camImageService = camImageService;
 }