コード例 #1
0
ファイル: Vehicle.cs プロジェクト: cantte/Russell
 public void AddLegalInformation(LegalInformationType type, DateTime dueDate, DateTime dateOfRenovation)
 {
     LegalInformation.AddLegalInformation(type, dueDate, dateOfRenovation);
 }
コード例 #2
0
 public Dates this[LegalInformationType type]
 {
     get => _information[type];