send the billing code along with the query
parent
9857aef89a
commit
b29bc43d50
@ -0,0 +1,10 @@
|
||||
namespace Yavsc.Models.Billing
|
||||
{
|
||||
public static class BillingCodes
|
||||
{
|
||||
public const string Rdv = "Rdv";
|
||||
public const string MBrush = "MBrush";
|
||||
|
||||
public const string Brush = "Brush";
|
||||
}
|
||||
}
|
||||
Binary file not shown.
Loading…
Reference in New Issue