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