Exemplo n.º 1
0
 public IList <EntryOrderListDto> GetEntryOrderLists(int OrderType, int OrderState)
 {
     return(_orderServer.GetEntryOrderLists(OrderType, OrderState));
 }