We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
namespace Faker.NET.Interfaces.Modules; public interface IFakerMusic { public string Album(); public string Artist(); public string Genre(); public string SongName(); }
There was an error while loading. Please reload this page.