created sample class

This commit is contained in:
2025-04-12 09:41:09 +05:30
parent 1706336347
commit cddae3ef12
2 changed files with 10 additions and 0 deletions

View File

@@ -0,0 +1,5 @@
public with sharing class Sample1 {
public Sample1() {
}
}