public IEnumerable <icd10Class> Get() { List <icd10Class> icd10List = new List <icd10Class>(); icd10Class a1 = new icd10Class("A102", "abc"); icd10List.Add(a1); return(icd10List); }
internal static void Add(icd10Class a1) { throw new NotImplementedException(); }