mirror of
https://github.com/RaidMax/IW4M-Admin.git
synced 2025-06-10 07:13:58 -05:00
migrating to .NET Core 2.0
This commit is contained in:
8
SharedLibraryCore/Dtos/SharedInfo.cs
Normal file
8
SharedLibraryCore/Dtos/SharedInfo.cs
Normal file
@ -0,0 +1,8 @@
|
||||
|
||||
namespace SharedLibraryCore.Dtos
|
||||
{
|
||||
public class SharedInfo
|
||||
{
|
||||
public bool Sensitive { get; set; }
|
||||
}
|
||||
}
|
Reference in New Issue
Block a user