mirror of
https://github.com/PredatH0r/ChanSort.git
synced 2026-07-30 13:40:45 +02:00
8 lines
105 B
C#
8 lines
105 B
C#
namespace ChanSort.Api
|
|
{
|
|
public class LnbConfig
|
|
{
|
|
public int Id { get; protected set; }
|
|
}
|
|
}
|