Not a member of Pastebin yet?
Sign Up,
it unlocks many cool features!
- Impeltech.Bank.Managers.RequestBankGuaranteeManager.Instance.FindAll().ToList().ForEach(c =>
- {
- if (c.ReportingAndMetricsOld.Any()) {
- c.ReportingAndMetrics.AddAll(c.ReportingAndMetricsOld);
- c.Save();
- }
- });
Advertisement
Add Comment
Please, Sign In to add comment