13 lines
No EOL
178 B
C#
13 lines
No EOL
178 B
C#
// WingsEmu
|
|
//
|
|
// Developed by NosWings Team
|
|
|
|
namespace PhoenixLib.DAL
|
|
{
|
|
/// <summary>
|
|
/// A simple DTO
|
|
/// </summary>
|
|
public interface IDto
|
|
{
|
|
}
|
|
} |