Ejemplo n.º 1
0
 /// <summary>
 /// Generates record rows with given count
 /// </summary>
 /// <param name="count">generates row count</param>
 public void SetRowstoGenerate(int count)
 {
     this.order      = new OrderInfoRepository();
     this.ordersInfo = this.order.GetOrderDetails(count);
 }