AI.nRepo.ConfigurationExtensions.EntityFramework C# (CSharp) Method

EntityFramework() public static method

public static EntityFramework ( this selector ) : EntityFrameworkConfiguration
selector this
return EntityFrameworkConfiguration
        public static EntityFrameworkConfiguration EntityFramework(this IRepositorySelector selector)
        {
            return new EntityFrameworkConfiguration();
        }