Initial implementation of voice works scanning.
This commit is contained in:
7
JSMR.Infrastructure/Common/Locales/ILocale.cs
Normal file
7
JSMR.Infrastructure/Common/Locales/ILocale.cs
Normal file
@@ -0,0 +1,7 @@
|
||||
namespace JSMR.Infrastructure.Common.Locales;
|
||||
|
||||
public interface ILocale
|
||||
{
|
||||
string Abbreviation { get; }
|
||||
string Code { get; }
|
||||
}
|
||||
Reference in New Issue
Block a user