public PhotoService(ITypiCodePhotoClient typiCodePhotoClient, ILogger <PhotoService> logger) : base(logger) { _typiCodePhotoClient = typiCodePhotoClient; }
public PhotoAlbumService(ITypiCodeAlbumClient albumClient, ITypiCodePhotoClient photoClient, ILogger <PhotoAlbumService> logger) : base(logger) { _albumClient = albumClient; _photoClient = photoClient; }