Beispiel #1
0
 public DataTable CustomerSearch(int orderId)
 {
     return(_OrdersRepository.CustomerSearch(orderId));
 }