mirror of
https://github.com/PredatH0r/ChanSort.git
synced 2026-01-14 11:22:03 +01:00
8 lines
105 B
C#
8 lines
105 B
C#
|
|
namespace ChanSort.Api
|
|||
|
|
{
|
|||
|
|
public class LnbConfig
|
|||
|
|
{
|
|||
|
|
public int Id { get; protected set; }
|
|||
|
|
}
|
|||
|
|
}
|