zz
2023-05-15 bcc0985ef3c8d65326ad1dfd6fc874427b5049e5
1
2
3
4
trigger SetContractEstimatePrice on Maintenance_Contract_Asset__c (before insert, before update) {
    SetContractEstimatePriceHandler handler = new SetContractEstimatePriceHandler();
    handler.run();
}