From c411b27ed7f841741e9f17fd74963ff003ca750e Mon Sep 17 00:00:00 2001 From: Kaustav Chaudhuri Date: Wed, 31 May 2023 11:53:10 +0530 Subject: [PATCH] minor changes in constants class --- GMCabsDriverAssistantSolution/Constants.cs | 2 ++ 1 file changed, 2 insertions(+) diff --git a/GMCabsDriverAssistantSolution/Constants.cs b/GMCabsDriverAssistantSolution/Constants.cs index 0e4300f..83d9f6c 100644 --- a/GMCabsDriverAssistantSolution/Constants.cs +++ b/GMCabsDriverAssistantSolution/Constants.cs @@ -7,5 +7,7 @@ namespace GMCabsDriverAssistant partial class Constants { public const string VoucherScanUseFrontCamera = "VoucherScanUseFrontCamera"; + public const int RYDO_TYPE = 1; + public const int METER_TYPE = 2; } }