mirror of
https://github.com/Cleanuparr/Cleanuparr.git
synced 2026-01-26 06:39:45 -05:00
6 lines
89 B
C#
6 lines
89 B
C#
namespace Domain.Sonarr.Queue;
|
|
|
|
public record Language(
|
|
int Id,
|
|
string Name
|
|
); |