feat(assets): update scanner background service, derivative entities, and dynamic settings
This commit is contained in:
@@ -0,0 +1,7 @@
|
||||
namespace FinlyticAssets.Entities;
|
||||
|
||||
public class CryptoEntity : AssetEntity
|
||||
{
|
||||
public string Subtitle { get; set; } = string.Empty;
|
||||
public string SearchSubtitle { get; set; } = string.Empty;
|
||||
}
|
||||
Reference in New Issue
Block a user