Ejemplo n.º 1
0
 private static void Initialize(DayPLNotValued item, DataRow dataRow)
 {
     item.OrderId = (Guid)dataRow["OrderID"];
     item.Interest = (decimal)dataRow["DayInterestPLNotValued"];
     item.Storage = (decimal)dataRow["DayStoragePLNotValued"];
 }
Ejemplo n.º 2
0
 private static void Initialize(DayPLNotValued item, DataRow dataRow)
 {
     item.OrderId  = (Guid)dataRow["OrderID"];
     item.Interest = (decimal)dataRow["DayInterestPLNotValued"];
     item.Storage  = (decimal)dataRow["DayStoragePLNotValued"];
 }