Replace more Employee with Driver

This commit is contained in:
2013-02-11 14:45:06 -05:00
parent e6d911cb05
commit 36e277a442
8 changed files with 12 additions and 14 deletions
-2
View File
@@ -19,8 +19,6 @@ namespace MileageTraker.Web.ViewModels.Log
public string CityName { get; set; }
//public string EmployeeName { get; set; }
public virtual Models.User User { get; set; }
public double GasPurchased { get; set; }