8 lines
No EOL
199 B
C#
8 lines
No EOL
199 B
C#
namespace Geekbot.net.Commands.Utils.Changelog
|
|
{
|
|
public class CommitInfoDto
|
|
{
|
|
public CommitAuthorDto Author { get; set; }
|
|
public string Message { get; set; }
|
|
}
|
|
} |