Skip to content

Instantly share code, notes, and snippets.

@ssukhpinder
Created June 12, 2021 07:09
Show Gist options
  • Save ssukhpinder/413575826c8871d1a936bfb0c67ee46c to your computer and use it in GitHub Desktop.
Save ssukhpinder/413575826c8871d1a936bfb0c67ee46c to your computer and use it in GitHub Desktop.
public class Junior : ClaimApprover
{
public override void ApproveRequest(Claim claim)
{
System.Console.WriteLine("Cannot approve");
}
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment