16 lines
352 B
C#
16 lines
352 B
C#
using PluginsConventionLibrary.Plugins;
|
|
|
|
namespace PluginsConventionLibrary
|
|
{
|
|
public class MainPluginConventionElement : PluginsConventionElement
|
|
{
|
|
public string DirectionName { get; set; }
|
|
|
|
public string PhotoFilePath { get; set; }
|
|
|
|
public string FIO { get; set; }
|
|
|
|
public string Email { get; set; }
|
|
}
|
|
}
|