mirror of
https://git.oceanpay.cc/danial/kami_itunes_june.git
synced 2025-12-18 22:31:24 +00:00
12 lines
175 B
C#
12 lines
175 B
C#
namespace AppleBatch_June.Model
|
|
{
|
|
public class IpInfoModel
|
|
{
|
|
public string ip { get; set; }
|
|
|
|
public string country { get; set; }
|
|
|
|
public string isp { get; set; }
|
|
}
|
|
}
|