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