Added initial voice work search provider logic.
This commit is contained in:
8
JSMR.Application/Common/AgeRating.cs
Normal file
8
JSMR.Application/Common/AgeRating.cs
Normal file
@@ -0,0 +1,8 @@
|
||||
namespace JSMR.Application.Common;
|
||||
|
||||
public enum AgeRating
|
||||
{
|
||||
AllAges = 1,
|
||||
R15 = 2,
|
||||
R18 = 3
|
||||
}
|
||||
Reference in New Issue
Block a user