Files
StructureHelper/StructureHelperLogics/Models/Templates/CrossSections/RCs/IRCSectionTemplate.cs
2023-02-27 08:34:51 +05:00

13 lines
243 B
C#

using System;
using System.Collections.Generic;
using System.Linq;
using System.Text;
using System.Threading.Tasks;
namespace StructureHelperLogics.Models.Templates.CrossSections.RCs
{
public interface IRCSectionTemplate
{
}
}