Skip to content

Instantly share code, notes, and snippets.

@amitkumarRoy
Created August 30, 2018 10:23
Show Gist options
  • Save amitkumarRoy/f1f03cc48862794ae92a4ce8861049a9 to your computer and use it in GitHub Desktop.
Save amitkumarRoy/f1f03cc48862794ae92a4ce8861049a9 to your computer and use it in GitHub Desktop.
public Inherited sharing class InhetitedSharingClasss
{
Public List<Account> getAllAccount()
{
return [SELECT Name FROM Account];
}
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment