PIbd-21 Yaruskin S.A. LabWork07_Base #15

Closed
Salikh wants to merge 9 commits from lab7 into lab6
Showing only changes of commit 0e82486d59 - Show all commits

View File

@ -7,6 +7,7 @@ using System.Threading.Tasks;
namespace MotorPlantContracts.Attributes
{
[AttributeUsage(AttributeTargets.Property)]
public class ColumnAttribute : Attribute
{
public string Title { get; private set; }