13 lines
No EOL
172 B
C#
13 lines
No EOL
172 B
C#
// WingsEmu
|
|
//
|
|
// Developed by NosWings Team
|
|
|
|
using System;
|
|
|
|
namespace PhoenixLib.DAL
|
|
{
|
|
public interface IUuidDto : IDto
|
|
{
|
|
Guid Id { get; set; }
|
|
}
|
|
} |