mirror of https://github.com/abpframework/abp.git
1 changed files with 0 additions and 14 deletions
@ -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