7 lines
No EOL
131 B
C#
7 lines
No EOL
131 B
C#
using PhoenixLib.DAL;
|
|
|
|
namespace WingsEmu.DTOs.Quests;
|
|
|
|
public interface ITutorialDao : IGenericAsyncIntRepository<TutorialDto>
|
|
{
|
|
} |