mirror of
https://github.com/ditkrg/AuthorizationServerDemos.git
synced 2026-01-23 03:36:52 +00:00
fix vehicle type inconsistency
This commit is contained in:
parent
0254816657
commit
404e67df29
@ -11,9 +11,9 @@ namespace OidcSamples.TaxApp.Pages
|
|||||||
{
|
{
|
||||||
public enum VehicleType
|
public enum VehicleType
|
||||||
{
|
{
|
||||||
Sedan = 0,
|
Sedan = 1,
|
||||||
SUV = 1,
|
SUV = 2,
|
||||||
Pickup = 2
|
Pickup = 3
|
||||||
}
|
}
|
||||||
|
|
||||||
public class Vehicle
|
public class Vehicle
|
||||||
|
|||||||
@ -16,9 +16,9 @@ namespace OidcSamples.TrafficPoliceApi.Data
|
|||||||
|
|
||||||
public enum VehicleType
|
public enum VehicleType
|
||||||
{
|
{
|
||||||
Sedan = 0,
|
Sedan = 1,
|
||||||
SUV = 1,
|
SUV = 2,
|
||||||
Pickup = 2
|
Pickup = 3
|
||||||
}
|
}
|
||||||
|
|
||||||
public class Vehicle
|
public class Vehicle
|
||||||
|
|||||||
Loading…
Reference in New Issue
Block a user