コード例 #1
0
ファイル: WeightWriter.cs プロジェクト: madsny/PawPawZ
 public void DeleteWeight(int weightId)
 {
     _weightRepository.Delete(weightId);
 }
コード例 #2
0
 public void DeleteWeight(Weight weight)
 {
     _repository.Delete(weight);
 }