7 lines
No EOL
148 B
C#
7 lines
No EOL
148 B
C#
namespace Geekbot.net.Commands.Utils.Changelog
|
|
{
|
|
public class CommitDto
|
|
{
|
|
public CommitInfoDto Commit { get; set; }
|
|
}
|
|
} |