-
Notifications
You must be signed in to change notification settings - Fork 0
IFakerVehicle
baileydauterman edited this page Jan 6, 2025
·
2 revisions
namespace Faker.NET.Interfaces.Modules;
public interface IFakerVehicle
{
public string Bicycle();
public string Color();
public string Fuel();
public string Manufacturer();
public string Model();
public string Type();
public string Vehicle();
public string Vin();
public string Vrm();
}