Add value diagram calculator saving
This commit is contained in:
11
DataAccess/DTOs/DTOEntities/StateCalcTermPairDTO.cs
Normal file
11
DataAccess/DTOs/DTOEntities/StateCalcTermPairDTO.cs
Normal file
@@ -0,0 +1,11 @@
|
||||
using StructureHelperCommon.Infrastructures.Enums;
|
||||
using StructureHelperCommon.Models.States;
|
||||
|
||||
namespace DataAccess.DTOs
|
||||
{
|
||||
public class StateCalcTermPairDTO : IStateCalcTermPair
|
||||
{
|
||||
public LimitStates LimitState { get; set; }
|
||||
public CalcTerms CalcTerm { get; set; }
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user