Example #1
0
 public GetCameraGroupQueryHandler(IWebCamCatalog webCamCatalog)
 {
     _webCamCatalog = webCamCatalog;
 }
 public GetAllCamerasForGroupQueryHandler(IWebCamCatalog webCameraCatalog)
 {
     _webCameraCatalog = webCameraCatalog;
 }
Example #3
0
 public GetCameraQueryHandler(IWebCamCatalog camCatalog)
 {
     _camCatalog = camCatalog;
 }
Example #4
0
 public GetCameraImageQueryHandler(
     IWebCamCatalog camCatalog, IWebCamImageRetrievalService camImageService)
 {
     _camCatalog      = camCatalog;
     _camImageService = camImageService;
 }