コード例 #1
0
 public Section GetSection(int sectionId)
 {
     return(_settingController.GetSection(sectionId));
 }
コード例 #2
0
 public Section GetSectionById(int id)
 {
     return(_controller.GetSection(id));
 }