Exemplo n.º 1
0
 public SelfieHandler(IDetectLabelsService service)
 {
     _service = service;
 }
Exemplo n.º 2
0
 public DocumentFrontHandler(IDetectLabelsService service)
 {
     _service = service;
 }