Fred CleanUp Part 1

This commit is contained in:
ftorres 2020-04-30 19:13:53 -04:00
parent aeb3723ce8
commit d073eb03d5

View File

@ -29,7 +29,7 @@ namespace Web.Infrastructure
values.Add(new Order() values.Add(new Order()
{ {
CompanyName = record1["name"].ToString(), CompanyName = record1.GetString(0),
Description = record1.GetString(1), Description = record1.GetString(1),
OrderId = record1.GetInt32(2), OrderId = record1.GetInt32(2),
OrderProducts = new List<OrderProduct>() OrderProducts = new List<OrderProduct>()