namespace BuddyFinance.Common.Concepts { public static class TermType { public const string Days = "Days"; public const string Months = "Months"; } }