better
This commit is contained in:
parent
65db349c0a
commit
5620213cf5
5 changed files with 33 additions and 47 deletions
|
|
@ -2,9 +2,9 @@ namespace Yavsc.Models.Billing
|
|||
{
|
||||
public static class BillingCodes
|
||||
{
|
||||
public const string Rdv = "Rdv";
|
||||
public const string MBrush = "MBrush";
|
||||
public const string Rdv = nameof(Rdv);
|
||||
public const string MBrush = nameof(MBrush);
|
||||
|
||||
public const string Brush = "Brush";
|
||||
public const string Brush = nameof(Brush);
|
||||
}
|
||||
}
|
||||
Loading…
Add table
Add a link
Reference in a new issue