Check logic for rebar ndm was created
This commit is contained in:
@@ -7,8 +7,15 @@ using System.Threading.Tasks;
|
||||
|
||||
namespace StructureHelperCommon.Infrastructures.Interfaces
|
||||
{
|
||||
/// <summary>
|
||||
/// Checks input data
|
||||
/// </summary>
|
||||
/// <typeparam name="TInputData">Class of input data</typeparam>
|
||||
public interface ICheckInputDataLogic<TInputData> : ICheckLogic where TInputData : IInputData
|
||||
{
|
||||
/// <summary>
|
||||
/// Class of input data
|
||||
/// </summary>
|
||||
TInputData InputData { get; set; }
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user