mirror of
https://github.com/RaidMax/IW4M-Admin.git
synced 2025-06-10 15:20:48 -05:00
Initial .net 6 upgrades
This commit is contained in:
@ -1,10 +1,12 @@
|
||||
namespace SharedLibraryCore.Dtos
|
||||
using Data.Models.Client;
|
||||
|
||||
namespace SharedLibraryCore.Dtos
|
||||
{
|
||||
public class ClientInfo
|
||||
{
|
||||
public string Name { get; set; }
|
||||
public int ClientId { get; set; }
|
||||
public int LinkId { get; set; }
|
||||
public Database.Models.EFClient.Permission Level { get; set; }
|
||||
public EFClient.Permission Level { get; set; }
|
||||
}
|
||||
}
|
||||
}
|
Reference in New Issue
Block a user