Esempio n. 1
0
 public void DetachConvention(Convention convention)
 {
     convention.Detach();
     _conventions.Remove(convention);
 }