Better logs for common ActionLog attribute paramters
This commit is contained in:
@@ -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();
|
||||
}
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user