Added additional voice work update logic.
This commit is contained in:
7
JSMR.Application/Common/ISupportedLanguage.cs
Normal file
7
JSMR.Application/Common/ISupportedLanguage.cs
Normal file
@@ -0,0 +1,7 @@
|
||||
namespace JSMR.Application.Common;
|
||||
|
||||
public interface ISupportedLanguage
|
||||
{
|
||||
string Code { get; }
|
||||
Language Language { get; }
|
||||
}
|
||||
Reference in New Issue
Block a user