2018-02-07 20:04:12 +01:00
|
|
|
namespace Yavsc.Models.Billing
|
|
|
|
|
{
|
|
|
|
|
public static class BillingCodes
|
|
|
|
|
{
|
2026-04-19 20:36:03 +01:00
|
|
|
public const string Rdv = nameof(Rdv);
|
|
|
|
|
public const string MBrush = nameof(MBrush);
|
2018-02-07 20:04:12 +01:00
|
|
|
|
2026-04-19 20:36:03 +01:00
|
|
|
public const string Brush = nameof(Brush);
|
2018-02-07 20:04:12 +01:00
|
|
|
}
|
|
|
|
|
}
|