diff --git a/CompanyManagment.EFCore/Repository/PaymentTransactionRepository.cs b/CompanyManagment.EFCore/Repository/PaymentTransactionRepository.cs index 8dc274ee..3793eac3 100644 --- a/CompanyManagment.EFCore/Repository/PaymentTransactionRepository.cs +++ b/CompanyManagment.EFCore/Repository/PaymentTransactionRepository.cs @@ -62,7 +62,7 @@ public class PaymentTransactionRepository : RepositoryBase new GetPaymentTransactionListViewModel + .OrderByDescending(x=>x.CreationDate).Select(x => new GetPaymentTransactionListViewModel { Id = x.id, ContractingPartyName = x.ContractingPartyName, @@ -79,8 +79,7 @@ public class PaymentTransactionRepository : RepositoryBase