2018-03-06 01:22:19 -06:00
|
|
|
|
|
2018-04-08 01:44:42 -05:00
|
|
|
|
namespace SharedLibraryCore.Dtos
|
2018-03-06 01:22:19 -06:00
|
|
|
|
{
|
|
|
|
|
public class SharedInfo
|
|
|
|
|
{
|
|
|
|
|
public bool Sensitive { get; set; }
|
2018-06-01 23:48:10 -05:00
|
|
|
|
public bool Show { get; set; } = true;
|
2018-06-05 16:31:36 -05:00
|
|
|
|
public int Id {get;set;}
|
|
|
|
|
}
|
2018-03-06 01:22:19 -06:00
|
|
|
|
}
|