How will I write an Inline IF Statement in my C# Service class when setting my enum value according to what the database returned?
For example: When the database val
Enum to int: (int)Enum.FixedPeriods
(int)Enum.FixedPeriods
Int to Enum: (Enum)myInt
(Enum)myInt