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