Exemple #1
0
 public IMaybe <Common.Model.Wallpaper> GetByHashAndSource(WallpaperSource source, string hash)
 => _repository.GetByHash(source.Name, hash);