mirror of
https://github.com/PredatH0r/ChanSort.git
synced 2026-01-12 10:22:04 +01:00
10 lines
190 B
C#
10 lines
190 B
C#
namespace ChanSort.Api
|
|
{
|
|
public class NetworkInfo
|
|
{
|
|
public int OriginalNetworkId { get; set; }
|
|
public string Name { get; set; }
|
|
public string Operator { get; set; }
|
|
}
|
|
}
|