Starting to add log user

This commit is contained in:
2013-01-04 19:47:48 -05:00
parent 5ae38a80ee
commit 09a21d2b2d
8 changed files with 73 additions and 6 deletions
+3 -1
View File
@@ -19,7 +19,9 @@ namespace MileageTraker.Web.ViewModels.Log
public string CityName { get; set; }
public string EmployeeName { get; set; }
//public string EmployeeName { get; set; }
public virtual Models.User User { get; set; }
public double GasPurchased { get; set; }