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