9 lines
No EOL
142 B
C#
9 lines
No EOL
142 B
C#
namespace PhoenixLib.DAL
|
|
{
|
|
/// <summary>
|
|
/// </summary>
|
|
public interface IIntDto : IDto
|
|
{
|
|
int Id { get; set; }
|
|
}
|
|
} |