コード例 #1
0
ファイル: TransitService.cs プロジェクト: SKDon/Tracker
 public void Delete(long transitId)
 {
     _transits.Delete(transitId);
 }