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