Esempio n. 1
0
 public bool Remove <T>() where T : class
 {
     return(_registrar.Remove <T>());
 }