7 lines
105 B
C#
7 lines
105 B
C#
namespace StructureHelperCommon.Models.Forces
|
|
{
|
|
internal interface IForceRepository
|
|
{
|
|
}
|
|
}
|