namespace StructureHelperCommon.Infrastructures.Enums { public enum CalcTerms { ShortTerm = 1, LongTerm = 2, } }