8 lines
124 B
C#
8 lines
124 B
C#
|
|
namespace SharedLibraryCore.Dtos
|
|
{
|
|
public class SharedInfo
|
|
{
|
|
public bool Sensitive { get; set; }
|
|
}
|
|
} |