Exemplo n.º 1
0
 public EntityWrapper Destroy()
 {
     EntityManagerWrapper.Destroy(Entity);
     Entity = Entity.Null;
     return(this);
 }