send the billing code along with the query
This commit is contained in:
parent
ebf860f848
commit
2890e10339
18 changed files with 47 additions and 27 deletions
10
Yavsc.Abstract/Billing/BillingCodes.cs
Normal file
10
Yavsc.Abstract/Billing/BillingCodes.cs
Normal file
|
|
@ -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";
|
||||
}
|
||||
}
|
||||
Loading…
Add table
Add a link
Reference in a new issue