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