7 lines
138 B
C#
7 lines
138 B
C#
namespace AAIntegration.SimmonsBank.API.Configs;
|
|
|
|
public class EnvelopeFundConfig
|
|
{
|
|
public int CheckIntervalInMinutes { get; set; }
|
|
}
|