Exemplo n.º 1
0
 public IEnumerable <StopOrder> GetStopOrdersByIds(int[] ids)
 {
     return(_da.GetStopOrdersByIds(ids).ToList());
 }