mirror of
https://github.com/2dust/v2rayN.git
synced 2026-09-26 16:38:40 +03:00
4 lines
101 B
C#
4 lines
101 B
C#
namespace ServiceLib.Models.Dto;
|
|
|
|
public sealed record LanguageOption(string Value, string Display);
|