Better logs for common ActionLog attribute paramters

This commit is contained in:
2014-01-23 13:59:15 -05:00
parent 30beccfc83
commit bb5dab48a0
6 changed files with 29 additions and 9 deletions
+5
View File
@@ -6,5 +6,10 @@ namespace MileageTraker.Web.ViewModels
{
public SelectList Available { get; set; }
public int Selected { get; set; }
public override string ToString()
{
return Selected.ToString();
}
}
}