13 lines
No EOL
194 B
C#
13 lines
No EOL
194 B
C#
// WingsEmu
|
|
//
|
|
// Developed by NosWings Team
|
|
|
|
namespace PhoenixLib.DAL
|
|
{
|
|
/// <summary>
|
|
/// </summary>
|
|
public interface ILongDto : IDto
|
|
{
|
|
long Id { get; set; }
|
|
}
|
|
} |