Files
prefab-page-detail/Prefab.Catalog/Data/IModuleDbReadOnly.cs
2025-10-27 17:39:18 -04:00

8 lines
125 B
C#

using Prefab.Data;
namespace Prefab.Catalog.Data;
public interface IModuleDbReadOnly : IModuleDb, IPrefabDbReadOnly
{
}