Example #1
0
 public List <OrderDTO> GetCityOrders(string city)
 {
     return(OM.GetCityOrders(city));
 }