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