Exemplo n.º 1
0
 public virtual T Add <T>(T instance) where T : Lifecycle
 {
     return(_life.add(instance));
 }