Moved relevant application layer enums and value objects to the domain layer.
This commit is contained in:
@@ -1,7 +1,7 @@
|
||||
namespace JSMR.Application.Common;
|
||||
|
||||
public interface ISupportedLanguage
|
||||
{
|
||||
string Code { get; }
|
||||
Language Language { get; }
|
||||
}
|
||||
//public interface ISupportedLanguage
|
||||
//{
|
||||
// string Code { get; }
|
||||
// Language Language { get; }
|
||||
//}
|
||||
Reference in New Issue
Block a user