This repository has been archived on 2025-10-17. You can view files and clone it. You cannot open issues or pull requests or push a commit.
Files
Repository_1/force-app/main/default/classes/Sample1.cls
2025-04-12 09:41:09 +05:30

5 lines
67 B
OpenEdge ABL

public with sharing class Sample1 {
public Sample1() {
}
}