Ejemplo n.º 1
0
        public async Task RemovePhoto(string photoName)
        {
            await _repository.RemovePhotoModelAsync(photoName);

            RemovePhotoFiles(photoName);
        }