Apply review comments

This commit is contained in:
Andre Rodrigues
2013-12-05 17:51:59 +00:00
parent 8f44a22ca3
commit 2ab931b541
11 changed files with 322 additions and 47 deletions
+2 -2
View File
@@ -12,12 +12,12 @@
}
/// <summary>
/// Name of the label (required)
/// Name of the label (required).
/// </summary>
public string Name { get; set; }
/// <summary>
/// Color of the label (required)
/// Color of the label (required).
/// </summary>
public string Color { get; set; }
}