unknown
2023-04-26 dd58e6c96fe9dd157223745c19dd0fa1b5617b62
1
2
3
4
trigger SetContractEstimatePrice on Maintenance_Contract_Asset__c (before insert, before update) {
    SetContractEstimatePriceHandler handler = new SetContractEstimatePriceHandler();
    handler.run();
}