コード例 #1
0
ファイル: OrgLogic.cs プロジェクト: qubo6/transformers
 public bool UpdateSection(Section section)
 {
     return(_sectionRepository.UpdateSection(section));
 }