[issue #139] client lookup and stats api
This commit is contained in:
@ -24,5 +24,8 @@ namespace SharedLibraryCore.Database.Models
|
||||
|
||||
[NotMapped]
|
||||
public const int MAX_NAME_LENGTH = 24;
|
||||
|
||||
[NotMapped]
|
||||
public const int MIN_NAME_LENGTH = 3;
|
||||
}
|
||||
}
|
||||
|
Reference in New Issue
Block a user