Exemplo n.º 1
0
 private T CreateWrapper <T>() where T : Entity
 {
     return(wrapperManager.Create <T>());
 }