Esempio n. 1
0
 public void AddFurtherInformation(FurtherInformation furtherInformation)
 {
     _furtherInformations.Add(furtherInformation);
 }
Esempio n. 2
0
 public void EditFurtherInformation(FurtherInformation furtherInformation)
 {
     _furtherInformations.AddOrUpdate(c => c.Id, furtherInformation);
 }