Exemple #1
0
 public void AddLegalInformation(LegalInformationType type, DateTime dueDate, DateTime dateOfRenovation)
 {
     LegalInformation.AddLegalInformation(type, dueDate, dateOfRenovation);
 }
Exemple #2
0
 public Dates this[LegalInformationType type]
 {
     get => _information[type];