Example #1
0
        public void GetTeacherReleaseRecord()
        {
            var repo   = new TeacherReleaseRecordRepository(_context);
            var result = repo.GetAll();

            Assert.IsTrue(result.Count() == 0);
        }
 public void GetTeacherReleaseRecord()
 {
     var repo = new TeacherReleaseRecordRepository(_context);
     var result = repo.GetAll();
     Assert.IsTrue(result.Count() == 0);
 }