Пример #1
0
 public DetectionsController(
     ITrustedPersonsFaceRecognition trustedPersonsService,
     ITrustedPersonsStorage trustedPersonsStorage,
     ITrustedPersonsNotifications trustedPersonsNotifications,
     ITrustedPersonsImageService trustedPersonsImageService)
 {
     this.trustedPersonsService       = trustedPersonsService;
     this.trustedPersonsStorage       = trustedPersonsStorage;
     this.trustedPersonsNotifications = trustedPersonsNotifications;
     this.trustedPersonsImageService  = trustedPersonsImageService;
 }
Пример #2
0
 public TrustedPersonsController(ITrustedPersonsFaceRecognition trustedPersonsService, ITrustedPersonsStorage trustedPersonsStorage, ITrustedPersonsImageService trustedPersonsImageService)
 {
     this.trustedPersonsService      = trustedPersonsService;
     this.trustedPersonsStorage      = trustedPersonsStorage;
     this.trustedPersonsImageService = trustedPersonsImageService;
 }