// WingsEmu // // Developed by NosWings Team namespace PhoenixLib.DAL { /// /// A simple DTO /// public interface IDto { } }