6f80f1edbb
finish refactor of penalty information/profile optimize pull penalty query start impl of quick message mapping
10 lines
215 B
C#
10 lines
215 B
C#
|
|
namespace SharedLibraryCore.Dtos
|
|
{
|
|
public class SharedInfo
|
|
{
|
|
public virtual bool Sensitive { get; set; }
|
|
public bool Show { get; set; } = true;
|
|
public int Id { get; set; }
|
|
}
|
|
} |