🚧 Ajout de l'interface ICell

pull/45/head
Rémi LAVERGNE 1 year ago
parent 6c648cdc22
commit bf3f9f3295

@ -0,0 +1,6 @@
namespace Models.Interfaces;
public interface ICell
{
string GetCellType();
}

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

Loading…
Cancel
Save