示例#1
0
        public void Check_Existing_Companies()
        {
            var context = new Ex1DataContext(_options);
            var repo    = new DisconnectedData(context);

            Assert.IsTrue(repo.GetCompanyReferenceList().Count > 0);
        }
        public IEnumerable <KeyValuePair <int, string> > Get()
        {
            var list = _repo.GetCompanyReferenceList();

            return(list);
        }