// WingsEmu // // Developed by NosWings Team using System; namespace PhoenixLib.DAL { public interface IGenericAsyncUuidRepository : IGenericAsyncRepository where T : class, IUuidDto { } }