Fred CleanUp Part 1
This commit is contained in:
parent
aeb3723ce8
commit
d073eb03d5
@ -29,7 +29,7 @@ namespace Web.Infrastructure
|
||||
|
||||
values.Add(new Order()
|
||||
{
|
||||
CompanyName = record1["name"].ToString(),
|
||||
CompanyName = record1.GetString(0),
|
||||
Description = record1.GetString(1),
|
||||
OrderId = record1.GetInt32(2),
|
||||
OrderProducts = new List<OrderProduct>()
|
||||
|
Loading…
Reference in New Issue
Block a user