Testing Serverless Applications - Part 1
public abstract class FunctionParameterOptions | |
{ | |
} | |
public class GetArmTemplateDirectoriesFunctionParameterOptions : FunctionParameterOptions | |
{ | |
public string Query { get; set; } | |
} |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment