unknown
2023-07-20 75b9c9bff4caf5e6baa00d20f8221a83bf6ecf1d
1
2
3
4
trigger SetContractEstimatePrice on Maintenance_Contract_Asset__c (before insert, before update) {
    SetContractEstimatePriceHandler handler = new SetContractEstimatePriceHandler();
    handler.run();
}