7 lines
128 B
C#
7 lines
128 B
C#
|
namespace NDB.Infrastructure.PublicIP.Entities
|
|||
|
{
|
|||
|
public class IPInfo
|
|||
|
{
|
|||
|
public string ip { get; set; }
|
|||
|
}
|
|||
|
}
|