WintersBestWebForm/ClassObj/IPAddressService.cs

9 lines
195 B
C#
Raw Normal View History

2025-09-18 12:54:02 -04:00
namespace WinterBestCustomerWebForm.ClassObj;
public class IPAddressService
{
public const string TokenName = "IPAddress";
public string RemoteIpAddress { get; set; } = "Not Set";
}