コード例 #1
0
 public Task Update(List <RulingSection> tipSections)
 {
     return(_cardRulingRepository.Update(tipSections));
 }