This commit is contained in:
Sergey Kozyrev 2024-04-03 12:57:05 +04:00
parent 738e8021ba
commit 70cbc9d0fb
2 changed files with 6 additions and 4 deletions

View File

@ -6,8 +6,4 @@
<Nullable>enable</Nullable>
</PropertyGroup>
<ItemGroup>
<Folder Include="Models\" />
</ItemGroup>
</Project>

View File

@ -0,0 +1,6 @@
namespace DataModels.Models
{
public interface IDetailModel
{
}
}