Example #1
0
 public SectionViewModel GetSectionByID(int id)
 {
     return(SectionService.GetByID(id));
 }