using System; using Luticate2.Auth.Utils.Dbo.Result; namespace Luticate2.Auth.Utils.Interfaces { public interface ILuConvertersAllocator { LuResult GetInstance(Type type); } }