AbpUserFeatureConfigDto.cs 216 B

123456789
  1. using System.Collections.Generic;
  2. namespace Abp.Web.Models.AbpUserConfiguration
  3. {
  4. public class AbpUserFeatureConfigDto
  5. {
  6. public Dictionary<string, AbpStringValueDto> AllFeatures { get; set; }
  7. }
  8. }