예제 #1
0
 public List <Payments> GetUnApproved(int ParkId)
 {
     return(_paymentsService.GetAllUnApproved(ParkId));
 }