Skip to content

Instantly share code, notes, and snippets.

@adamped
Last active April 13, 2016 06:04
Show Gist options
  • Save adamped/abdb772e1184abc85ddab03f79d399c7 to your computer and use it in GitHub Desktop.
Save adamped/abdb772e1184abc85ddab03f79d399c7 to your computer and use it in GitHub Desktop.
public class BaseModel: Exrin.Framework.Model
{
public BaseModel(IDisplayService displayService, IApplicationInsights applicationInsights, IErrorHandlingService errorHandlingService, IModelState modelState)
:base(displayService, applicationInsights, errorHandlingService, modelState)
{
}
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment