riversong code showcase
This commit is contained in:
@@ -0,0 +1,9 @@
|
||||
using System.Collections.Generic;
|
||||
|
||||
namespace DanieleMarotta.RiversongCodeShowcase
|
||||
{
|
||||
public class StoragePanelModel : UIModel
|
||||
{
|
||||
public List<StoragePanelProductModel> Products { get; } = new();
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user