Contractor Models
This commit is contained in:
parent
7cff6fd966
commit
9b8c383e22
12
ComputerStoreDataModels/Model/IConsignmentModel.cs
Normal file
12
ComputerStoreDataModels/Model/IConsignmentModel.cs
Normal file
@ -0,0 +1,12 @@
|
||||
using System;
|
||||
using System.Collections.Generic;
|
||||
using System.Linq;
|
||||
using System.Text;
|
||||
using System.Threading.Tasks;
|
||||
|
||||
namespace ComputerStoreDataModels.Models
|
||||
{
|
||||
internal interface IConsignmentModel
|
||||
{
|
||||
}
|
||||
}
|
12
ComputerStoreDataModels/Model/IOrderModel.cs
Normal file
12
ComputerStoreDataModels/Model/IOrderModel.cs
Normal file
@ -0,0 +1,12 @@
|
||||
using System;
|
||||
using System.Collections.Generic;
|
||||
using System.Linq;
|
||||
using System.Text;
|
||||
using System.Threading.Tasks;
|
||||
|
||||
namespace ComputerStoreDataModels.Models
|
||||
{
|
||||
internal interface IOrderModel
|
||||
{
|
||||
}
|
||||
}
|
12
ComputerStoreDataModels/Model/IRequestModel.cs
Normal file
12
ComputerStoreDataModels/Model/IRequestModel.cs
Normal file
@ -0,0 +1,12 @@
|
||||
using System;
|
||||
using System.Collections.Generic;
|
||||
using System.Linq;
|
||||
using System.Text;
|
||||
using System.Threading.Tasks;
|
||||
|
||||
namespace ComputerStoreDataModels.Models
|
||||
{
|
||||
internal class IRequestModel
|
||||
{
|
||||
}
|
||||
}
|
13
ComputerStoreDataModels/Model/IUserModel.cs
Normal file
13
ComputerStoreDataModels/Model/IUserModel.cs
Normal file
@ -0,0 +1,13 @@
|
||||
using System;
|
||||
using System.Collections.Generic;
|
||||
using System.Linq;
|
||||
using System.Text;
|
||||
using System.Threading.Tasks;
|
||||
|
||||
namespace ComputerStoreDataModels.Model
|
||||
{
|
||||
public class IUserModel : IID
|
||||
{
|
||||
|
||||
}
|
||||
}
|
Loading…
x
Reference in New Issue
Block a user