Init
This commit is contained in:
12
Prefab.Shared/Catalog/IModuleClient.cs
Normal file
12
Prefab.Shared/Catalog/IModuleClient.cs
Normal file
@@ -0,0 +1,12 @@
|
||||
using Prefab.Shared.Catalog.Categories;
|
||||
|
||||
namespace Prefab.Shared.Catalog;
|
||||
|
||||
public interface IModuleClient
|
||||
{
|
||||
public ICategoryClient Category { get; }
|
||||
|
||||
public Products.IProductClient Product { get; }
|
||||
|
||||
public Products.IPriceQuoteClient PriceQuote { get; }
|
||||
}
|
||||
Reference in New Issue
Block a user