Пример #1
0
        public void IfSerialNumberExists()
        {
            //DrawSubmition drawSubmition = new DrawSubmition();
            DrawEntryRepository drawEntryReposiroty = DrawEntryRepository.Instance;


            Assert.IsTrue(drawEntryReposiroty.SerialNumberExists("01725f5cf2a64c15a580bd8cddf8b835"));
        }
Пример #2
0
 public void TestMethod1()
 {
     DrawEntryRepository drawEntryRepository = DrawEntryRepository.Instance;
 }