Exemplo n.º 1
0
 public List <AddToOrderDTO> SameOrderPositions(int OrderIDKEY)
 {
     OrderIDKEY = Convert.ToInt32(Console.ReadLine());
     return(_addtoorderDAL.FromSameOrder(OrderIDKEY));
 }
Exemplo n.º 2
0
 public List <AddToOrderDTO> SameOrderPositions(int OrderIDKEY)
 {
     return(_addtoorderDAL.FromSameOrder(OrderIDKEY));
 }