10 lines
No EOL
235 B
C#
10 lines
No EOL
235 B
C#
namespace Yavsc.Models.Billing
|
|
{
|
|
public static class BillingCodes
|
|
{
|
|
public const string Rdv = nameof(Rdv);
|
|
public const string MBrush = nameof(MBrush);
|
|
|
|
public const string Brush = nameof(Brush);
|
|
}
|
|
} |