refactoring

This commit is contained in:
2023-06-22 10:01:27 +03:00
parent e9d4053e65
commit d549877567
116 changed files with 1216 additions and 11709 deletions
+1 -1
View File
@@ -38,7 +38,7 @@ public class RepositoryInitializer
new() { Id = "BTC", DefaultQuantity = 10, Symbol = "btc", Name = "Bitcoin" },
new() { Id = "ETH", DefaultQuantity = 10, Symbol = "eth", Name = "Ethereum" },
new() { Id = "TON", DefaultQuantity = 10, Symbol = "ton", Name = "TON" },
new() { Id = "OTHER", DefaultQuantity = 1, Symbol = "", Name = "Other" },
new() { Id = "OTHER", DefaultQuantity = 1, Symbol = "", Name = "Other" },
};
var currencyGlobals = dbContext.CurrencyGlobals.ToList();