10 lines
217 B
C#
10 lines
217 B
C#
namespace Yavsc.Models.Billing
|
|
{
|
|
public static class BillingCodes
|
|
{
|
|
public const string Rdv = "Rdv";
|
|
public const string MBrush = "MBrush";
|
|
|
|
public const string Brush = "Brush";
|
|
}
|
|
} |