server-master/srcs/WingsAPI.Data/Quests/ITutorialDao.cs
2026-02-10 18:21:30 +01:00

7 lines
No EOL
131 B
C#

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