ссылки using
This commit is contained in:
parent
65599c80a2
commit
930e4ed316
@ -1,4 +1,8 @@
|
|||||||
namespace ComputerHardwareStoreContracts.StorageContracts
|
using ComputerHardwareStoreContracts.BindingModels;
|
||||||
|
using ComputerHardwareStoreContracts.SearchModels;
|
||||||
|
using ComputerHardwareStoreContracts.ViewModels;
|
||||||
|
|
||||||
|
namespace ComputerHardwareStoreContracts.StorageContracts
|
||||||
{
|
{
|
||||||
public interface IBuidStorage
|
public interface IBuidStorage
|
||||||
{
|
{
|
||||||
|
@ -1,4 +1,8 @@
|
|||||||
namespace ComputerHardwareStoreContracts.StorageContracts
|
using ComputerHardwareStoreContracts.BindingModels;
|
||||||
|
using ComputerHardwareStoreContracts.SearchModels;
|
||||||
|
using ComputerHardwareStoreContracts.ViewModels;
|
||||||
|
|
||||||
|
namespace ComputerHardwareStoreContracts.StorageContracts
|
||||||
{
|
{
|
||||||
public interface ICommentStorage
|
public interface ICommentStorage
|
||||||
{
|
{
|
||||||
|
@ -1,4 +1,8 @@
|
|||||||
namespace ComputerHardwareStoreContracts.StorageContracts
|
using ComputerHardwareStoreContracts.BindingModels;
|
||||||
|
using ComputerHardwareStoreContracts.SearchModels;
|
||||||
|
using ComputerHardwareStoreContracts.ViewModels;
|
||||||
|
|
||||||
|
namespace ComputerHardwareStoreContracts.StorageContracts
|
||||||
{
|
{
|
||||||
public interface IComponentStorage
|
public interface IComponentStorage
|
||||||
{
|
{
|
||||||
|
@ -1,4 +1,8 @@
|
|||||||
namespace ComputerHardwareStoreContracts.StorageContracts
|
using ComputerHardwareStoreContracts.BindingModels;
|
||||||
|
using ComputerHardwareStoreContracts.SearchModels;
|
||||||
|
using ComputerHardwareStoreContracts.ViewModels;
|
||||||
|
|
||||||
|
namespace ComputerHardwareStoreContracts.StorageContracts
|
||||||
{
|
{
|
||||||
public interface IOrderStorage
|
public interface IOrderStorage
|
||||||
{
|
{
|
||||||
|
@ -1,4 +1,8 @@
|
|||||||
namespace ComputerHardwareStoreContracts.StorageContracts
|
using ComputerHardwareStoreContracts.BindingModels;
|
||||||
|
using ComputerHardwareStoreContracts.SearchModels;
|
||||||
|
using ComputerHardwareStoreContracts.ViewModels;
|
||||||
|
|
||||||
|
namespace ComputerHardwareStoreContracts.StorageContracts
|
||||||
{
|
{
|
||||||
public interface IProductStorage
|
public interface IProductStorage
|
||||||
{
|
{
|
||||||
|
@ -1,4 +1,8 @@
|
|||||||
namespace ComputerHardwareStoreContracts.StorageContracts
|
using ComputerHardwareStoreContracts.BindingModels;
|
||||||
|
using ComputerHardwareStoreContracts.SearchModels;
|
||||||
|
using ComputerHardwareStoreContracts.ViewModels;
|
||||||
|
|
||||||
|
namespace ComputerHardwareStoreContracts.StorageContracts
|
||||||
{
|
{
|
||||||
public interface IPurchaseStorage
|
public interface IPurchaseStorage
|
||||||
{
|
{
|
||||||
|
@ -1,4 +1,8 @@
|
|||||||
namespace ComputerHardwareStoreContracts.StorageContracts
|
using ComputerHardwareStoreContracts.BindingModels;
|
||||||
|
using ComputerHardwareStoreContracts.SearchModels;
|
||||||
|
using ComputerHardwareStoreContracts.ViewModels;
|
||||||
|
|
||||||
|
namespace ComputerHardwareStoreContracts.StorageContracts
|
||||||
{
|
{
|
||||||
public interface IStoreKeeperStorage
|
public interface IStoreKeeperStorage
|
||||||
{
|
{
|
||||||
|
@ -1,4 +1,8 @@
|
|||||||
namespace ComputerHardwareStoreContracts.StorageContracts
|
using ComputerHardwareStoreContracts.BindingModels;
|
||||||
|
using ComputerHardwareStoreContracts.SearchModels;
|
||||||
|
using ComputerHardwareStoreContracts.ViewModels;
|
||||||
|
|
||||||
|
namespace ComputerHardwareStoreContracts.StorageContracts
|
||||||
{
|
{
|
||||||
public interface IVendorStorage
|
public interface IVendorStorage
|
||||||
{
|
{
|
||||||
|
Loading…
Reference in New Issue
Block a user