add account
This commit is contained in:
@@ -10,6 +10,10 @@ namespace Billing.Languages
|
||||
internal class Resource
|
||||
{
|
||||
public static string TitleDateFormat => Text(nameof(TitleDateFormat));
|
||||
public static string Cash => Text(nameof(Cash));
|
||||
public static string CreditCard => Text(nameof(CreditCard));
|
||||
public static string DebitCard => Text(nameof(DebitCard));
|
||||
public static string ElecAccount => Text(nameof(ElecAccount));
|
||||
|
||||
static readonly Dictionary<string, LanguageResource> dict = new();
|
||||
|
||||
|
||||
Reference in New Issue
Block a user