Example #1
0
        public IEnumerable <PracticeFrameworkViewModel> Get()
        {
            var pfVMList = _db.tblTests.ToList();

            return(PracticeFrameworkViewModel.From(pfVMList));
        }
Example #2
0
 public bool Add(PracticeFrameworkViewModel pfViewModel)
 {
     throw new NotImplementedException();
 }