10 lines
160 B
C#
10 lines
160 B
C#
using System.Text.Json.Serialization;
|
|
|
|
namespace AAIntegration.SimmonsBank.API.Enums;
|
|
|
|
public enum OperationMode
|
|
{
|
|
Historic,
|
|
Absolute,
|
|
Percentage,
|
|
} |