mirror of
https://github.com/azaion/annotations.git
synced 2026-04-22 21:56:31 +00:00
8b94837f18
fixes add visual validation border and validate functionality
6 lines
112 B
C#
6 lines
112 B
C#
namespace Azaion.Common.Database;
|
|
|
|
public class AnnotationName
|
|
{
|
|
public string Name { get; set; } = null!;
|
|
} |