mirror of https://github.com/abpframework/abp
parent
1c25e5cdb9
commit
462cf9c17a
@ -1,14 +0,0 @@
|
||||
namespace Volo.Abp.Account;
|
||||
|
||||
public class DynamicClaimDto
|
||||
{
|
||||
public string Type { get; set; }
|
||||
|
||||
public string Value { get; set; }
|
||||
|
||||
public DynamicClaimDto(string type, string value)
|
||||
{
|
||||
Type = type;
|
||||
Value = value;
|
||||
}
|
||||
}
|
Loading…
Reference in new issue