Dynamic update for all writes for VehiclePreviousLog

This commit is contained in:
2012-12-07 13:43:05 -05:00
parent ea2d8b4262
commit 6f28fb1621
6 changed files with 69 additions and 35 deletions
+1 -1
View File
@@ -26,7 +26,7 @@ namespace MileageTraker.Web.Models
public static implicit operator MileageLogType(MileageLogTypeWrapper w)
{
return w == null ? default(MileageLogType) : w.Enum;
return w == null ? default(MileageLogType) : w.Enum;
}
public static implicit operator MileageLogTypeWrapper(MileageLogType c)