Beispiel #1
0
 public IEnumerable <Order> GetOrdersByIds(int[] ids)
 {
     return(_da.GetOrdersByIds(ids).ToList());
 }