示例#1
0
 public int countAllOrder()
 {
     return(payOrderRepository.GetAll().Count());
 }