コード例 #1
0
 public Task DeleteByCardId(long id)
 {
     return(_cardRulingRepository.DeleteByCardId(id));
 }