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