mirror of
https://github.com/ditkrg/AuthorizationServerDemos.git
synced 2026-01-22 21:46:58 +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
|
||||
{
|
||||
Sedan = 0,
|
||||
SUV = 1,
|
||||
Pickup = 2
|
||||
Sedan = 1,
|
||||
SUV = 2,
|
||||
Pickup = 3
|
||||
}
|
||||
|
||||
public class Vehicle
|
||||
|
||||
@ -16,9 +16,9 @@ namespace OidcSamples.TrafficPoliceApi.Data
|
||||
|
||||
public enum VehicleType
|
||||
{
|
||||
Sedan = 0,
|
||||
SUV = 1,
|
||||
Pickup = 2
|
||||
Sedan = 1,
|
||||
SUV = 2,
|
||||
Pickup = 3
|
||||
}
|
||||
|
||||
public class Vehicle
|
||||
|
||||
Loading…
Reference in New Issue
Block a user