Esempio n. 1
0
 public Order Get(int id, bool withOrderItems)
 {
     return(_orderMgr.Get(id, withOrderItems));
 }