public void GetAll() { var results = iCode.GetAll(); Assert.IsTrue(results.Any()); }
public IEnumerable <CodeNotation> Get() { return(iProp.GetAll()); }