All Test Was Repaired
This commit is contained in:
14
StructureHelperLogics/Models/Materials/IHasHeadMaterials.cs
Normal file
14
StructureHelperLogics/Models/Materials/IHasHeadMaterials.cs
Normal file
@@ -0,0 +1,14 @@
|
||||
using StructureHelper.Models.Materials;
|
||||
using System;
|
||||
using System.Collections.Generic;
|
||||
using System.Linq;
|
||||
using System.Text;
|
||||
using System.Threading.Tasks;
|
||||
|
||||
namespace StructureHelperLogics.Models.Materials
|
||||
{
|
||||
public interface IHasHeadMaterials
|
||||
{
|
||||
List<IHeadMaterial> HeadMaterials { get; }
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user