AI.nRepo.ConfigurationExtensions.EntityFramework C# (CSharp) 메소드

EntityFramework() 공개 정적인 메소드

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