Exemplo n.º 1
0
 public IEnumerable <OrdersDTO> GetOrderList()
 {
     return(ordDao.GetOrdersList());
 }