Exemple #1
0
 public void GetSectionsTest()
 {
     GetNotebooksTest();
     Sections = Notebooks?.Where(x => x.Name == "xyals")?.FirstOrDefault()?.Sections?.ToList();
 }