6 lines
125 B
C#
6 lines
125 B
C#
namespace JSMR.Infrastructure.Common.SupportedLanguages;
|
|
|
|
public interface ISupportedLanguage
|
|
{
|
|
string Code { get; }
|
|
} |