fix
This commit is contained in:
parent
572569327b
commit
c41c5a43c7
@ -11,5 +11,6 @@ namespace CarShowroomContracts.AbstractModels
|
||||
{
|
||||
string Color { get; }
|
||||
DateTime RealiseDate { get; }
|
||||
int ModelId { get; }
|
||||
}
|
||||
}
|
||||
|
@ -11,5 +11,6 @@ namespace CarShowroomContracts.AbstractModels
|
||||
{
|
||||
string Name { get; }
|
||||
int Price { get; }
|
||||
int MakeId { get; }
|
||||
}
|
||||
}
|
||||
|
@ -10,5 +10,7 @@ namespace CarShowroomContracts.AbstractModels
|
||||
{
|
||||
DateTime SaleTime { get; }
|
||||
int Cost { get; }
|
||||
int ClientId { get; }
|
||||
int EmployeeId { get; }
|
||||
}
|
||||
}
|
||||
|
@ -6,4 +6,8 @@
|
||||
<Nullable>enable</Nullable>
|
||||
</PropertyGroup>
|
||||
|
||||
<ItemGroup>
|
||||
<Folder Include="Dtos\" />
|
||||
</ItemGroup>
|
||||
|
||||
</Project>
|
||||
|
Loading…
Reference in New Issue
Block a user