Last active
          April 13, 2016 06:04 
        
      - 
      
- 
        Save adamped/abdb772e1184abc85ddab03f79d399c7 to your computer and use it in GitHub Desktop. 
  
    
      This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
      Learn more about bidirectional Unicode characters
    
  
  
    
  | 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