Ejemplo n.º 1
0
 public PhotoService(ITypiCodePhotoClient typiCodePhotoClient, ILogger <PhotoService> logger)
     : base(logger)
 {
     _typiCodePhotoClient = typiCodePhotoClient;
 }
Ejemplo n.º 2
0
 public PhotoAlbumService(ITypiCodeAlbumClient albumClient, ITypiCodePhotoClient photoClient, ILogger <PhotoAlbumService> logger)
     : base(logger)
 {
     _albumClient = albumClient;
     _photoClient = photoClient;
 }