Small fixes for web deploy
This commit is contained in:
@@ -35,7 +35,8 @@ namespace MileageTraker.Web.Utility
|
||||
// write column headers
|
||||
var properties =
|
||||
typeof(T).GetProperties()
|
||||
.Where(p => !p.PropertyType.IsCollection());
|
||||
.Where(p => !p.PropertyType.IsCollection())
|
||||
.ToList();
|
||||
|
||||
properties.Zip(
|
||||
CustomExtensions.GetNumbers(),
|
||||
|
||||
Reference in New Issue
Block a user