Dynamic update for all writes for VehiclePreviousLog
This commit is contained in:
@@ -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)
|
||||
|
||||
Reference in New Issue
Block a user