first commit Riabu
This commit is contained in:
7
force-app/main/default/classes/DEF.cls
Normal file
7
force-app/main/default/classes/DEF.cls
Normal file
@@ -0,0 +1,7 @@
|
||||
public with sharing class DEF {
|
||||
|
||||
public DEF() {
|
||||
|
||||
System.System.debug('HELLO WORLD');
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user