Repository.PosisjonsService.PosisjonsService C# (CSharp) 메소드

PosisjonsService() 공개 메소드

public PosisjonsService ( DataContextFactory dataContextFactory, OverridableSettings appSettings ) : System
dataContextFactory Database.DataContextFactory
appSettings Database.OverridableSettings
리턴 System
        public PosisjonsService(DataContextFactory dataContextFactory, OverridableSettings appSettings)
        {
            _dataContextFactory = dataContextFactory;
            _appSettings = appSettings;
        }