コード例 #1
0
 public IEnumerable <Accreditor> getAll()
 {
     return(Mapper.Map <IEnumerable <Accreditor> >(_educationCredential.getAll()));
 }
コード例 #2
0
        public void getAll()
        {
            IEnumerable <HCRGUniversity.Core.Data.Model.Accreditor> accreditor = _educationCredentialBL.getAll();

            Assert.IsTrue(accreditor != null, "Unable to get");
        }