Merge branch 'Feature/InstitutionContract/upgrade' into Main

This commit is contained in:
2025-11-02 11:29:55 +03:30

View File

@@ -2505,7 +2505,7 @@ public class InstitutionContractRepository : RepositoryBase<long, InstitutionCon
RollCallInPerson = x.RollCallInPerson, RollCallInPerson = x.RollCallInPerson,
}, },
}; };
}).ToList() }).OrderByDescending(x=>x.Price).ToList()
}; };
res.OneTime = new InstitutionContractPaymentOneTimeViewModel() res.OneTime = new InstitutionContractPaymentOneTimeViewModel()