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
    
  
  
    
  | using System; | |
| using System.Collections.Generic; | |
| using System.Linq; | |
| using System.Web; | |
| namespace My.Namespace.Helper | |
| { | |
| public static class RepositoryExtensions | |
| { | |
| public static void UpdateCollection<T>(this IRepository<T> repository, ICollection<T> updatedEntities, Func<T, bool> queryForExisting, Func<T, T> bindAdded = null) | 
  
    
      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
    
  
  
    
  | using System; | |
| using System.Collections.Generic; | |
| using System.ComponentModel; | |
| using System.Linq; | |
| using System.Linq.Expressions; | |
| using System.Web.Mvc; | |
| using System.Web.Mvc.Html; | |
| public static class EnumEditorHtmlHelper | |
| { | 
NewerOlder