public DetectionsController( ITrustedPersonsFaceRecognition trustedPersonsService, ITrustedPersonsStorage trustedPersonsStorage, ITrustedPersonsNotifications trustedPersonsNotifications, ITrustedPersonsImageService trustedPersonsImageService) { this.trustedPersonsService = trustedPersonsService; this.trustedPersonsStorage = trustedPersonsStorage; this.trustedPersonsNotifications = trustedPersonsNotifications; this.trustedPersonsImageService = trustedPersonsImageService; }
public TrustedPersonsController(ITrustedPersonsFaceRecognition trustedPersonsService, ITrustedPersonsStorage trustedPersonsStorage, ITrustedPersonsImageService trustedPersonsImageService) { this.trustedPersonsService = trustedPersonsService; this.trustedPersonsStorage = trustedPersonsStorage; this.trustedPersonsImageService = trustedPersonsImageService; }