using System; using System.Collections.Generic; using System.Linq.Expressions; namespace Luticate2.Auth.Business.ExpressionConverter { public class LuExpressionConverterOptions { public IDictionary Parameters { get; set; } public IDictionary Types { get; set; } } }