示例#1
0
 public IEnumerable <Payment> GetPaymentsByStatus(string Status)
 {
     return(_repository.GetPaymentsByStatus(Status));
 }