пока не работает
This commit is contained in:
parent
3d5b7a93f8
commit
718f435354
@ -1,5 +1,4 @@
|
||||
using CarShowroomContracts.Dtos;
|
||||
using CarShowroomDataModels.Dtos;
|
||||
using CarShowroomDataModels.Dtos;
|
||||
using CarShowroomDataModels.SearchModel;
|
||||
using CarShowroomDataModels.Views;
|
||||
using System;
|
||||
|
@ -1,5 +1,4 @@
|
||||
using CarShowroomContracts.Dtos;
|
||||
using CarShowroomDataModels.Views;
|
||||
using CarShowroomDataModels.Views;
|
||||
using CarShowroomDataModels.SearchModel;
|
||||
using System;
|
||||
using System.Collections.Generic;
|
||||
|
@ -1,6 +1,4 @@
|
||||
using CarShowroomContracts.AbstractModels;
|
||||
using CarShowroomContracts.Dtos;
|
||||
using CarShowroomContracts.Views;
|
||||
using System;
|
||||
using System.Collections.Generic;
|
||||
using System.ComponentModel;
|
||||
|
@ -8,6 +8,9 @@
|
||||
|
||||
<ItemGroup>
|
||||
<PackageReference Include="Swashbuckle.AspNetCore" Version="6.5.0" />
|
||||
<PackageReference Include="Swashbuckle.AspNetCore.Swagger" Version="6.5.0" />
|
||||
<PackageReference Include="Swashbuckle.AspNetCore.SwaggerGen" Version="6.5.0" />
|
||||
<PackageReference Include="Swashbuckle.AspNetCore.SwaggerUI" Version="6.5.0" />
|
||||
</ItemGroup>
|
||||
|
||||
<ItemGroup>
|
||||
|
Loading…
Reference in New Issue
Block a user