Создание моделей данных
This commit is contained in:
@@ -0,0 +1,9 @@
|
||||
namespace ComputerHardwareStoreDataModels.Models
|
||||
{
|
||||
public interface IComponentModel : IId
|
||||
{
|
||||
string ComponentName { get; }
|
||||
double Cost { get; }
|
||||
int StoreKeeperId { get; }
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user