|
@@ -1403,7 +1403,7 @@ public partial class MainWindow : IPanelHostControl
|
|
DbFactory.Stores = CoreUtils.TypeList(
|
|
DbFactory.Stores = CoreUtils.TypeList(
|
|
new[]
|
|
new[]
|
|
{
|
|
{
|
|
- typeof(DocumentStore).Assembly,
|
|
|
|
|
|
+ typeof(Store<>).Assembly,
|
|
typeof(EquipmentStore).Assembly
|
|
typeof(EquipmentStore).Assembly
|
|
},
|
|
},
|
|
myType =>
|
|
myType =>
|