mirror of
https://github.com/aljazceru/btcpayserver.git
synced 2025-12-17 22:14:26 +01:00
Refactoring: Remove StoreData object from view models (#6363)
This commit is contained in:
@@ -15,6 +15,13 @@ namespace BTCPayServer.Models.NotificationViewModels
|
||||
|
||||
public class NotificationIndexViewModel : IndexViewModel
|
||||
{
|
||||
public List<StoreData> Stores { get; set; }
|
||||
public List<StoreFilterOption> StoreFilterOptions { get; set; }
|
||||
}
|
||||
|
||||
public class StoreFilterOption
|
||||
{
|
||||
public bool Selected { get; set; }
|
||||
public string Text { get; set; }
|
||||
public string Value { get; set; }
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user