8 lines
133 B
C#
8 lines
133 B
C#
namespace PluginsConventionLibrary
|
|
{
|
|
public class PluginsConventionElement
|
|
{
|
|
public Guid Id { get; set; }
|
|
}
|
|
}
|