using PhoenixLib.DAL; namespace WingsEmu.DTOs.Quests; public interface ITutorialDao : IGenericAsyncIntRepository { }