complete account page
This commit is contained in:
@@ -14,6 +14,8 @@ namespace Billing.Languages
|
||||
public static string CreditCard => Text(nameof(CreditCard));
|
||||
public static string DebitCard => Text(nameof(DebitCard));
|
||||
public static string ElecAccount => Text(nameof(ElecAccount));
|
||||
public static string AddBill => Text(nameof(AddBill));
|
||||
public static string EditBill => Text(nameof(EditBill));
|
||||
|
||||
static readonly Dictionary<string, LanguageResource> dict = new();
|
||||
|
||||
|
||||
Reference in New Issue
Block a user