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
    
  
  
    
  | Activating: System.Lazy`1[DependencyInjectionWithLazy.Logics.IUserLogic] | |
| Activating: DependencyInjectionWithLazy.Controllers.UsersController | |
| Before call controller: Users.create (GET) | |
| After call controller: Users.create (GET) | 
  
    
      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 bool HasAccess(ApplicationUser user, Invoice entity) | |
| { | |
| if(user == null) | |
| { | |
| throw new ArgumentNullException("user"); | |
| } | |
| if(entity == null) | |
| { | |
| throw new ArgumentNullException("entity"); | 
  
    
      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 FilterConfig | |
| { | |
| public static void RegisterGlobalFilters(GlobalFilterCollection filters) | |
| { | |
| filters.Add(new HandleErrorAttribute()); | |
| } | |
| } | 
  
    
      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
    
  
  
    
  | @model HangfireAndPostal.Models.RegisterUserEmail | |
| To: @Model.Email | |
| Subject: New Account | |
| <h1>Hi @Model.FirstName!</h1> | |
| <p>Thank you for creating an account.</p> | 
NewerOlder